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
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.
IanM
8 years agoFrequent Visitor
Answered my question Ross, didnt even need to send you an email :-)