Forum Discussion
Anonymous
4 years agoNot applicable
do thousand format, without a K?
I am trying to do some formatting like: But unfortunately, if I select 'thousands', it will add a K in every row... I already have K in the title of my table, so I don't need it in e...
ValtteriN
Community Champion
4 years agoHi,
The simplest way to do this is to create a measure where you divide your values by 1000 and then use that in your visual. Other options that come to my mind is to use FORMAT or create a calculation group with format string expression.