Forum Discussion
Comma Format count of values in Matrix
- 8 years ago
Best way would be to create a measure that does your count like:
MyCount = COUNT('Table'[Column])Then, you can highlight this measure and go to the Modeling tab in the ribbon and click the "," button to format it.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
I realize this is an old post, but here's another option for anyone else who comes across this (this functionality was added after the original post).
You can select the visual and go to formatting options, then choose "Field Formatting" and select the field you want, then enter a value for decimal places and select apply to total. There is not an option for "thousands separator" specifically, but populating the decimal places will result in the comma appearing.
This worked for me. Thank you.