Forum Discussion
Winniethewinner
4 years agoHelper IV
DAX help: switch selectedvalue not working
Hi everyone, I have a switch DAX. However when I add it to the visual, it shows "Can't display the visual": Tickets_WOW_% =
SWITCH(SELECTEDVALUE(Tickets_Measures[Name]),
"Revenue", IF(AND(Tick...
tamerj1
4 years agoCommunity Champion
Adding FORMAT will change it into a string. You need to chsnge the format manually to %
Winniethewinner
4 years agoHelper IV
It doesn't work ☹️, and still shows as $.