Forum Discussion
Kasiop
4 years agoHelper II
Message Box before filtering
Hello, I need to your help as I am trying to add a message bow but I have no idea how it is called and how to do it. Basically, I need to add a message that will enable the user to see the "un r...
amitchandak
4 years agoSuper User
Kasiop , The way is that you put a card visual with text and background as transparent. The problem is that you will not be able to click on visual behind it post that
Measure BG= if( isfiltered(Table[Col1]) || isfiltered(Table[Col2]) || isfiltered(Table[Col3]), "FFFFFF", "FFFFFF00")
Measure Font= if( isfiltered(Table[Col1]) || isfiltered(Table[Col2]) || isfiltered(Table[Col3]), "000000", "FFFFFF00")
You have use these in conditional formatting of card visual using field value option