Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello Experts,
Is there any way where we can find whether visual is hidden or not(True/False) and capture result in DAX code.
For example, If slicer say s1 is hidden then in DAX code would calculate measure based on value as false. If slicer s1 is not hidden then it would calculate measure based on value true.
Any help or suggestion would be highly appreciated.
Thanks,
Mayur
Solved! Go to Solution.
Hey @mayurwadhwani ,
unfortunately, the answer is short - no, it's not possible.
If you consider Power BI layered components (largely simplified), then the
The top layer (data visualization) creates DAX statements to query the underlying data model, but in a certain way the communication is one way, for this reason, it's not possible to create a DAX statement (a measure) that checks if a visual is visible or not.
Hopefully, this provides more insights.
Regards,
Tom
Hey @mayurwadhwani ,
unfortunately, the answer is short - no, it's not possible.
If you consider Power BI layered components (largely simplified), then the
The top layer (data visualization) creates DAX statements to query the underlying data model, but in a certain way the communication is one way, for this reason, it's not possible to create a DAX statement (a measure) that checks if a visual is visible or not.
Hopefully, this provides more insights.
Regards,
Tom
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 61 | |
| 46 | |
| 40 | |
| 38 | |
| 22 |
| User | Count |
|---|---|
| 176 | |
| 131 | |
| 118 | |
| 82 | |
| 54 |