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...
Anonymous
4 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-msft
4 years agoCommunity Support
I tried what you said and didn't reproduce your issue.