Forum Discussion
Anonymous
7 years agoNot applicable
Creating a blank visualization when no filter applied
I have a search filter that allows you to look up information on a particular name, but when the filter is cleared, the visuals go back to the name at the top of the dataset. Is there a way to h...
dedelman_clng
7 years agoCommunity Champion
You have to create the measure being displayed using HASONEVALUE
IF( HASONEVALUE( [Slicer ] ), [Value to Display], "" )
Hope this helps
David