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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
kiltannen
Advocate I
Advocate I

Thousands separator on "count" column in Matrix

When creating a visualization of a "Matrix" and I select a column to use as my "Values", and then I select "Count" (number of widgets), it displays the count without commas breaking up the thousands.  

 

I have tried creating a measure

WidgetTypeCount = count([WidgetType])

that I could then select thousands separator on the modelling featureset - but I was not able to put this measure in the "Columns" space on the Matrix properties.

 

Does anybody know of a way to do this?

5 REPLIES 5
Anonymous
Not applicable

WidgetTypeCount = COUNTA([WidgetType]) if you are counting text values, it works, not
WidgetTypeCount = count([WidgetType])
Anonymous
Not applicable

HI @kiltannen,

 

>>that I could then select thousands separator on the modelling featureset - but I was not able to put this measure in the "Columns" space on the Matrix properties.

Nope, current matrix not support use measure in row and column field.
You can try to use column in value field with summary mode 'count', then turn on the thousand separator option on modelling tab.

 

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

yes you are right. I tried  to do that but what if column contains text value and I am using count of that column then how can I apply comma in that situation.

 

Hey,

Sorry if I'm a little late to the party, but I was searching for this exact issue, but then managed to find a way to fix it by myself completely by chance.

Select your matrix and go to "Format your visual".
In the "Visual" section, choose "Specific column" and then select the column you want the thousand separator in.
Add a decimal place in "Value decimal places" then revert it to 0 (not auto).
There should now be a thousand separator.

Anonymous
Not applicable

Thousands separator is NOT displayed on a column that is summarized as count.

The only way to achieve it is to use a measure - however, as pointed above, you can only use the measure as matrix values.

 

It would be a great improvement if formatting options work regardless of summarization type.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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