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.
YourData_Guy
2 years agoNew Member
Select the metric --> Got to Format your Visual Option --> Specific Column --> Display Units --> Thousands/Millions/...