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
Greg_Deckler I have same requirement but little different
I want to show values with comma separate but can't not use above mentioned option neither I can use Format function in dax as it gives text values and Power BI work weired with text.
Is there any other way we can get the same result
Note I have matxix where I am showing all type of values like some KPI has % some has decimal, some has whole number and some has comma separate values.