Forum Discussion
rtemplin
8 years agoRegular Visitor
Comma Format count of values in Matrix
I am new to the forum and PBI. My apologies if I breach any forum protocol. So below is a matrix visualization i have on a report. The values are a count of a non-numeric field. I want the...
- 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
ara0530
Advocate I
4 years agoI have the same issue but I do NOT see the Field Formatting menu. If I create a measure, then the tooltip displays BOTH the default and my measure so the measure solution does not work. Please adivse