Forum Discussion
mmainza
8 years agoFrequent Visitor
Make visual blank/display instructions until other visual selected to filter
Caught this report used by a journalist to track FRPL over time in New York. Notice how the timeseries visual is not only blank until the other visual is selected to filter, but it displays promi...
- 8 years ago
Hi mmainza,
I created a sample pbix file for your reference. :smileyhappy:
Mainly, you'll need to use ISFILTERED function create two measures.
Show Text = IF(ISFILTERED(Products[Category]),"","Select a category in chart above to see its trend!")
Show Sales = IF(ISFILTERED(Products[Category]),[Total Sales])
Then show [Show Text] on the Card visual(with Category Label Off).
And show [Show Sales] on the Line Chart.
Regards
Pmorg73
Post Patron
6 years agono not yet, sems to only work with measures and not straight tabular data. Will start a specific thread for it I think
Anonymous
6 years agoNot applicable
Pmorg73 Thank you for making it clear. If possible, could you please provide the exact Measure to get that functionality. Thank you in advance.