The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |