Forum Discussion
Anonymous
4 years agoNot applicable
Based on slicer selection display visual.
How to make visual blank(hiding data) when slicer not selected any option
Anonymous There is no direct way but there is workaround. You can refer below thread for it.
https://community.powerbi.com/t5/Desktop/Show-or-Hide-a-Visual-Based-on-Slicer-Selection/m-p/789692
5 Replies
- Samarth_18Community Champion
Hi Anonymous ,
You can create a measure like below and use it as filter on your visual:-
Measure= if(ISFILTERED('slicer_table'[column]),1,0)Thanks,
Samarth
- AnonymousNot applicable
When do this table headers still appearing when slicer not selected how to hide it?
- Samarth_18Community Champion
Anonymous Visual will appear anyways but no value will be displayed.