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

To change comma position in the Whole Number

Hi,

 

How can I show the Data Label as 12,22,123 instead of 1,222,123.

 

Rgds

Nripendra

5 REPLIES 5
amitchandak
Super User
Super User

Thanks for the suggestion.

I tried the option however it only has three option and in the standard option it displays the number as 1,222,123 and 12,22,123.

 

I want to set the format to 12,22,123

@nripendrasinha 

This is not a valid number format. You need to change the field to text.

 

At which positions do you want to add the commas? Is it third and sixth position?

Noted.

I need the comma at 3rd and 6th place

@nripendrasinha 

 

Try a formula like this in a column and not measure:

Column = LEFT(Table[Field],2) & "," & MID(Table[Field],3,2) & "," & MID(Table[Field],5,10) 

 

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.