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
RajaSadagopan
Regular Visitor

Display the values with comma for visualisations

RajaSadagopan_0-1727014147147.png


Hi, I want to display the value 3669 with comma. Eg: 3,669. For both the visualisation and tooltip. 


I tried to create calculated measure/column but its not working!!

 

FormattedValues = FORMAT(Count(fact_users[user_name]), "#,##0")
2 REPLIES 2
KerKol
Power Participant
Power Participant

Make sure you've the latest version, then under the general settings of the format visual tab, expand Data Format option, select the measure from the drop-down, enable thousands separator

KerKol_0-1731316324607.png

 





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

Proud to be a Super User!




dharmendars007
Super User
Super User

Hello @RajaSadagopan , 

 

If you're trying to use the result in numerical charts (like bar charts or pie charts), using the Format function will prevent it from being recognized as a number. In such cases, format the number in the chart settings instead.

 

If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

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