Forum Discussion
freebird28
2 years agoHelper I
Hover over when masked
Hello, I have a visual that is to be displayed only when a certain slicer selection is made. Otherwise it should display a message asking the user to make a selection first. So, for this I ha...
- 2 years ago
Hello,
Depending on the visual you use, you can try to do the opposite - meaning you adjust the elements of the visual (background color, title color, line color, axis color etc) to be transparent if nothing is selected and having the shape with text on the back.
Hope this helps
JoBI
2 years agoResolver II
In this case you can try to modify your line measure depending on the slicer selection, for example
IF(NOT(ISFILTERED(Table)), BLANK(), [Measure]). Would that work?
freebird28
2 years agoHelper I
Hi JoBI
I think that is a great idea that would work for me. Thank you so much for your time and responses 🙂