Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Matrix Visual- Grand Total Numbers to be formatted with comma

Hi Everyone,

I wanted to know if there is any way we can format the Matrix visual Grand Total number as comma seperated numbers. I am displaying count(ID) in the visual for below rows and columns. I want to display the grand total or numbers with comma separator e.g. Grant total has 1978, which needs to be displayed as 1,978. How to achieve this.  I see Power BI new Feb version has no Field Formatting option and also i tried selecting the ID field from Field list, then under column tools formatting the ID field with comma, but Individual ID values in column gets the comma but not the Matrix visual, when tried dragging by using count(ID).

shreyoogp_0-1649950557397.png

Appreciate your help greatly

Thank you

SGP

2 ACCEPTED SOLUTIONS
MFelix
Super User
Super User

Hi @Anonymous ,

 

Since you are making a use of a column and doing the count the formatting is not easy. Best way is to add a measure with the following code:

measure = COUNT(Table[ID])

Now format this has a numbe with the decimal separator.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

PaulDBrown
Community Champion
Community Champion

I take it you are using the Count function available in the field options. If you use a measure instead, you can format the measure to display the values as comma separated numbers.

The measure would be:

Count ID = COUNT(table[ID])

 

You then format the number under the options in "Measure Tools"

2022-04-14.png





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

4 REPLIES 4
PaulDBrown
Community Champion
Community Champion

I take it you are using the Count function available in the field options. If you use a measure instead, you can format the measure to display the values as comma separated numbers.

The measure would be:

Count ID = COUNT(table[ID])

 

You then format the number under the options in "Measure Tools"

2022-04-14.png





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

@MFelix  : Thank you so much. It worked

MFelix
Super User
Super User

Hi @Anonymous ,

 

Since you are making a use of a column and doing the count the formatting is not easy. Best way is to add a measure with the following code:

measure = COUNT(Table[ID])

Now format this has a numbe with the decimal separator.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Thank you so much. It worked

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors