Forum Discussion
Table to show nothing until value selected on Map
Hi mwinds ,
Based on your problems, here are my answers. I think you may ask how can you get filter to make the view show blank styles without any state selected instead of showing the view with all content?
I think you can use this measure and here is the DAX code.
SlicerCheck =
IF (
CALCULATE ( DISTINCTCOUNT ( [SlicerColumn] ), ALLSELECTED ( [SlicerColumn] ) ) = 1,
"Y",
"N"
)
I think this topic may help you: Solved: Visualisations blank until something selected in a... - Microsoft Fabric Community
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- mwinds2 years ago
Helper I
Hi Yilong,
Thanks for your reply.
No luck unforunately. It's behaving the same way as the other measure i created.
I wonder if I'm using the wrong column choice? At the moment, I'm choosing name of the building, which is in my table and the map. Should i be using a different column?
- Anonymous2 years agoNot applicable
Hi mwinds ,
Could you please give me your .pbix file? I think there may have been some internal issues that caused your problem to arise.
Best Regards
Yilong Zhou