I am looking to format set numbers in a Tableau column to be different based on the row title.
For example I have 1 column that contains both $ and % in the raw data. and need them to format accordingly.
I was hoping there was something I could use like"
Case
When measure = "Sales" then $
When measure = "Percent" then %
When measure = "Total" then $
End
Any suggestions would be helpful. I have been told we can't turn it into string so that won't help.
Thanks, Scott