Use variable to setup related components visible

On PowerBITile component, use this formula for Visible

1. If(ScreenNum = 2, true, false)

On Gallery component, use this formula for OnSelect

1.UpdateContext({ScreenNum: ThisItem.ID})

原文地址:https://www.cnblogs.com/lingdanglfw/p/14531717.html