Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
Could you please assist me with hiding and showing visuals based on conditions in Power BI Desktop. I do not want to use the Bookmark functionality or any click event.
Thank you
Solved! Go to Solution.
@PowerUser14 , Hide and show can be done best on the bookmark.
The other option, which may work. Make the background of visual, font, and font background transparent using conditional formatting measure using field value option.
black =
If(selectedvalue(table[value]) ="Hide", "#FFFFFF00", "000000")
white =
If(selectedvalue(table[value]) ="Hide", "#FFFFFF00", "FFFFFF")
use then in color fx with field value option, visual background, font etc.
@PowerUser14 , Hide and show can be done best on the bookmark.
The other option, which may work. Make the background of visual, font, and font background transparent using conditional formatting measure using field value option.
black =
If(selectedvalue(table[value]) ="Hide", "#FFFFFF00", "000000")
white =
If(selectedvalue(table[value]) ="Hide", "#FFFFFF00", "FFFFFF")
use then in color fx with field value option, visual background, font etc.
Thank you @amitchandak for your solution.
Below is a screenshot of my visuals. I want to place them on top of each other and display them based on their condition. The way you suggested I tried implementing, but I was not able to do so. Could you please help me?
Thank you
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |