Hi - I would like to be able to abbreviate numbers in visualizations WITHOUT applying the 'K' or 'M' labels to the number.
For example: '1,000,000' could be displayed as '1,000' or '1'
Basically the equivalent of the Excel custom formatting where:
"#,##0.0," displays 1,000.0
"#,##0.0,," displays 1.0
Currently the workaround is to create calculations on the dashboard for each measure that needs to be displayed in this manner, which of course is super inefficient.
Thanks!