Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Power Users,
I have cretead 6 card visuals for upcoming events where there a visual filter on ID=1. I would like to automatically hide the visuals if the ID is not 1.
Right i can achieve this if i have slicer on the page, I have written 2 dax measures.
1. Measure-1: IF(ISFiltered(ID, "", "No upcoming Events')
Measure-2: IF(ISFILTERED('ID),"#FFFFFF00","White")
I used measure-2 in the background conditional formatting..
The users don't want the slicer on the page.
Thanks,
Solved! Go to Solution.
Hi, @Anonymous
Unfortunately, Power BI doesn't have such a feature to hide/show visualization in a dynamic way.
You can go to this case for more information:
https://community.powerbi.com/t5/Desktop/Possible-to-hide-a-visual-if-value-is-blank/td-p/780205
I suggest you display a paragraph of text(like "There is no value") instead of just hiding the Visual. You can go to this video to explore more possibilities:
https://www.youtube.com/watch?v=aWIXFDfV3Fo&feature=youtu.be
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Not very clear,
One of the three
IF(ISFILTERED(Table[ID]),"White","#FFFFFF00")
IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]),"White" ,"#FFFFFF00",)
IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]) && max(Table[ID]) =1,"White" ,"#FFFFFF00")
HI Amit,
Thanks for the reply. ID field has multiple values for each kard 1,2,3,4,5,6. I would like to hide the Card visual if there no value.
Hi, @Anonymous
Unfortunately, Power BI doesn't have such a feature to hide/show visualization in a dynamic way.
You can go to this case for more information:
https://community.powerbi.com/t5/Desktop/Possible-to-hide-a-visual-if-value-is-blank/td-p/780205
I suggest you display a paragraph of text(like "There is no value") instead of just hiding the Visual. You can go to this video to explore more possibilities:
https://www.youtube.com/watch?v=aWIXFDfV3Fo&feature=youtu.be
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 44 | |
| 30 | |
| 29 |