Forum Discussion
jhowe1
Helper III
5 years agoIf slicer not selected blank visual
Hi all, I have two multi-row card visuals which i want to show blank if nothing is selected in slicer. I've noticed a bunch of people have asked the same thing, (why can we not have conditional v...
- Anonymous5 years ago
Hi jhowe1 ,
Please use the following formula to create a measure
Measure = IF(ISFILTERED('Table'[ID]),1,0)And apply it to filter pane, set as "=1" like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi jhowe1 ,
Please use the following formula to create a measure
Measure = IF(ISFILTERED('Table'[ID]),1,0)And apply it to filter pane, set as "=1" like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hello, I have the same situation I have State column and If slicer is not selected I want my map to be blank? Thank you in advance.