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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How do you change the data label number format in Power BI Charts?

I can't seem to find out how to change the number formatting for data labels in Power BI charts. It seems to only have the format of "#.##k" (e.g. 100,000 is displayed as 100k). 

 

I have to be overlooking something; this can't be the only data label number format...

 

Thanks for your help!

1 ACCEPTED SOLUTION

I tried the following with one of my calcuations in "Power BI Desktop" and I was able to get the type of formatting that you were looking for vs. the default #.##K type formatting you had in your screenshot.  Unfortuneatly that only works for card style tyles since it changes the numeric format to text (And text style calcs can't be used in bar graphs and other charts) 

 

Total Received = FORMAT(SUM(Receipts[Receipts]),"#,###")   -- This measure formula rendered like this:

 

text label.PNG

 

Based on the current version the only changes you can make to label formatting for measures are the following:

 

data labels.PNG

 

Hope this helped.  I would expect that we'll see more control for formatting in a future build at some point although I don't know when that will happen.  

View solution in original post

23 REPLIES 23

This saved me.  Thanks.

This was really helpful. Do you know how can we format multiple columns in Power BI through a single querry?

I cannot find where, but I read that for the moment it is not possible to skip the auto format/scaling of data in charts.

 

Pretty much the same pain is described here

http://community.powerbi.com/t5/Service/Prevent-auto-scaling-of-charts-or-define-a-set-scale/m-p/377...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors