Forum Discussion
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 have all of the visuals go blank when they aren't searching for a name using the search filter?
2 Replies
- dedelman_clngCommunity Champion
You have to create the measure being displayed using HASONEVALUE
IF( HASONEVALUE( [Slicer ] ), [Value to Display], "" )
Hope this helps
David
- v-piga-msftResident Rockstar
Hi Anonymous,
Have your solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please provide more details.
Do you use the custom visual Text filter ?
Best Regards,
Cherry