Forum Discussion
Jhanson93
2 years agoRegular Visitor
How do I hide wording on a card visual until something is selected in a table visual?
I am trying to filter a card visual so that it does not show first/last/count values in the visual until something is selected from a table visual (not a slicer) and cannot seem to figure out how to ...
AnalyticPulse
2 years agoSolution Sage
Just create a measure:
ShowValues = IF( HASONEVALUE('table'[column]), [measure],BLANK() )
let me know if this works
If this helped, Follow this blog for more insightful information about data analytics
https://analyticpulse.blogspot.com/
https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html
https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html