Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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 counts to be formatted as XX,XXX. So, for example, 15009 would be 15,009.
I do not know a way, let alone the best, to accomplish?
Solved! Go to Solution.
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.
I 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
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.
The formatting options for counts of text fields appear to have changed in more recent versions (Version: 2.124.1805.0 64-bit (December 2023)). For visualizations involving cards containing counts of text fields the functionality is similar to that showing in the parent comment, but slightly different. On the format visualization pane you can set the decimal places to zero and get commas in your displayed numbers under the callout value section.
This worked for me. Thank you.
found it.
it's under "Specific Column" menu, in "values" sub-menu.
it worked with count but didn't worked with sum.
CMIIW
@rtemplin This should be marked as a solution. It accomplishes exactly what you're asking for and doesn't require the creation of extra measures.
thanks
Thanks for sharing, I had a simliar issue as OP and found this to be a quick and easy solution for me!
Very simple and great solution!!!!
Thanks for posting it!
Thanks! This looks like the cleanest solution!
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
Thank you, Greg. I greatly appreciate the help and forum guidance.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
95 | |
86 | |
78 | |
66 |
User | Count |
---|---|
157 | |
125 | |
116 | |
111 | |
95 |