I have a power bi dashboard with multiple check boxes for each client we support
so there is a
check box - client A
check box - client B
check box - Client C
etc etc
how can i iterate through those checking the boxes ?
Obviously evey time i click a box it will change the dashboard context to that client, but for the time being that all i want to do
You can use the check activity by passing the dynamic selector. Use UiExplorer and inspect on any 2 checkbox and share the selector here. There should be some attribute like idx or rownum that you can make dynamic by passing variable.