Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Kumarcy
Helper II
Helper II

Automatic hide KPI Card

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,

1 ACCEPTED SOLUTION

Hi, @Kumarcy 

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.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Kumarcy , 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")

 

Refer: https://www.youtube.com/watch?v=hXg3kRFSGjA&t=197s

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, @Kumarcy 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.