Forum Discussion
HenrikH29
Advocate I
9 years agoShow values as whole thousands
Is there a way to format visuals or tables to have the numbers shown in whole thousands. The object is to make it more readable ie. "1.234" instead of "1.234.123" as i have a large number of valu...
- Anonymous9 years ago
Ahh for a matrix, got ya. For those i believe you'd have to write a measure that would convert the output for you.
Maybe something like:
Your Measure = ([Your Value] / 1000) & "K"
You could add rounding in here too.
Anonymous
9 years agoNot applicable
Yes, quite a lot of visuals allow you to do that. Look under the "Format" section of the Visualisation Settings. In there will be sections relating to the various displays. What you are looking for is an option called "Display Units" and "Decimal Precision". These are typically defaulted to "Auto", but you can set it to "Thousands" and 0