Forum Discussion
Anonymous
7 years agoNot applicable
Remove multiple letters from data label
I have tried endless times to remove letters from unit in a regular bar chart and I can't seem to find a solution - it is freak*** annoying! This is Danish btw., but I seem to have the issue with english as well.
Also, I am using an OLAP Cube connection, so I am kinda restricted.
6 Replies
- v-frfei-msftCommunity Support
Hi Anonymous,
Did you try to set the option to None?
Regards,
Frank
- AnonymousNot applicable
Hi v-frfei-msft,
Tried that, but the data is shown in kilogram - I want to show data labels in tons, which is why I choose "Thousands", but I don't want the text afterward.Instead, I just insert a text-box in the top, explaining that all data shown is in tons!
- v-frfei-msftCommunity Support
Hi Anonymous,
Maybe you can try to create a new calculated column to work on it.
Tons = table[your column]/1000
Regards,
Frank