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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
melandiemcgee
Regular Visitor

Comma Separator in Chart Visualizations

Hello,

 

I am new to Power BI and am stuck on a formatting issue. I would really like to include a comma separator for the numbers in my chart (see screenshot). However, every time I try to update formatting the option is always greyed out. I am assuming because the data format is text. Can anyone please help me figure out what I am doing wrong? I would really appreciate it.

melandiemcgee_0-1621540697416.png

 

 

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

Hi, @melandiemcgee 

According to your description, I can roughly understand your problem, I think you can create a measure that uses the FORMAT() function to achieve the comma in the counted number even though it's “Text” type:

First, you should create a measure to count the value and nest the FORMAT() function outside like this:

Measure =

FORMAT(COUNT('Table'[Value]),"#,##0")

 

And you can get what you want, like this:

v-robertq-msft_0-1621928796853.png

 

You can download my test pbix file below

More info about the FORMAT() function in DAX

 

If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.

How to Get Your Question Answered Quickly 

Thank you very much!

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-robertq-msft
Community Support
Community Support

Hi, @melandiemcgee 

According to your description, I can roughly understand your problem, I think you can create a measure that uses the FORMAT() function to achieve the comma in the counted number even though it's “Text” type:

First, you should create a measure to count the value and nest the FORMAT() function outside like this:

Measure =

FORMAT(COUNT('Table'[Value]),"#,##0")

 

And you can get what you want, like this:

v-robertq-msft_0-1621928796853.png

 

You can download my test pbix file below

More info about the FORMAT() function in DAX

 

If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.

How to Get Your Question Answered Quickly 

Thank you very much!

 

Best Regards,

Community Support Team _Robert Qin

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Fowmy
Super User
Super User

@melandiemcgee 

You cannot apply number formatting to text, Change the data type in Power Query to Whole number or decimal or change in the data model as needed:

Fowmy_0-1621541069291.png

 

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

I figured the text format was problematic. Even when I try changing the data type I get an error. 

 

But, when setting up my chart and I select that it "count" my field values which produce a number, is there no way to add a comma to the counted number produced. Similar to how counted values can be formatted with a comma separator in Excel. 

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors