Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |