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
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
- rtemplin8 years agoRegular Visitor
Thank you, Greg. I greatly appreciate the help and forum guidance.