Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic title on card visual card
Hi, I am trying to make the title of the card visual dynamic based of the slicer selectoin. In the property section of the card visual under Title I select fx, but it does not allow me to select the...
amitchandak
Super User
4 years agoAnonymous , Check if the data type is text on not. Try a measure with text data type and check
You can add
& ""
to convert measure to text
- Anonymous4 years agoNot applicable
amitchandak , it is a measure not a field.
the meausre is:
Title Insurance =SWITCH(TRUE(),SELECTEDVALUE(Location[Country Code]) ="AU","AAA",SELECTEDVALUE(Location[Country Code]) ="NZ", "BBBB","ABB")- V-lianl-msft4 years ago
Community Support
I tried what you said and didn't reproduce your issue.