Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
The selected and enabled tab should be green and disabled tab should be red and data should not be visible. how can we make dynamic page navigation using DAX?
Hi @Anonymous ,
You may need to firstly define which pages on the Table visual has no value, and then use Conditioanl Formatting on Background color:
Follow the link below to create Buttons and which page to navigate:
Then use measure to select the fx of Background color to customize the color:
Navigate button =
SWITCH(
MAX('Page Name'[Value]),"Not data","Red","data","Green")
This is the related document, you can view this content:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous check out these video:
https://www.youtube.com/watch?v=-kaUnBXvvGo
Hi,
Thanks for replying it is not working what I am expecting.
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |