Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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 |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
6 |