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 every row....
Is there a way in the cube here(below), of adding a format to force 'thousand' display units, without a K ??
1 Reply
- ValtteriN
Community Champion
Hi,
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.