Hi Friends,
This is my first post because I've typically been able to find a similar post for all the issues I've run into, but I cannot find a solution for this one.
I am attempting to use the degree unicode character in an axis and data label (ex. 120º) in this tableau public workbook (attached and linked):
The character shows up with an underline under the symbol.
I have attempted three different ways to solve this:
- I used Alt + 0 to get the symbol
- I copied from a text editor
- I copied a number format I found online (#,##0"º";-#,##0"º")
In each of these scenarios, it shows up like this. Any thoughts?
cc null since I was attempting your #workoutwednesday challenge
Josh,
You can replace your label calculation with
STR( IIF(MAX([Current Month Temp]) = WINDOW_MAX(MAX([Current Month Temp])),MAX([Current Month Temp]),NULL) ) + '°'
ALT-248 to get the degree symbol