Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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,

3 Replies