March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am facing issue related to formatting the number from Indian System (2,33,456) to US System (233,456).
I have around 60+ measures in which i want to change the format as mentioned above.
Please suggest.
Thanks in advance.
Hi @divyanshug15 , Can you please confirm if your issue is solved. if it is, please consider marking it 'Accepted as solution'. If not please share the details.
HI @divyanshug15 ,
For each measure:
Go to the measure in the Fields pane.
Right-click on the measure and select Properties.
In the Modeling tab, click on Format under the Properties pane.
Choose the format as Number and select Thousands separator (comma). This will use the standard US system of formatting numbers.
Make sure your Power BI settings (under File > Options and settings > Options > Regional Settings) are set to the US locale for proper comma separation (this ensures the system understands the US number formatting conventions).
Go to File > Options > Regional Settings.
Set the Locale to English (United States).
Save and reopen the report to ensure consistent formatting.
💌 If this helped, a Kudos 👍 or Solution mark ✅ would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Hi @divyanshug15 ,Thank you for reaching out to Microsoft Fabric Community Forum.
Please consider following below steps:
Below is an example of how you can create a new calculated column to apply the format:
FormattedValue =
VAR OriginalValue = [YourMeasure]
RETURN FORMAT(OriginalValue, "#,##0")
If this helps, please mark it ‘Accept as Solution’, so others with similar queries may find it more easily. If not, please share the details.
Sorry but how does creating a new calculated column apply the format to all measures at once?
Proud to be a Super User!
Hi @danextian ,Thank you for reaching out to Microsoft Fabric Community Forum.
I understand the confusion, creating a calculated column won't directly apply formatting to all measures at once. I intended to show how you can apply a format to a specific value, but it won’t globally apply to all measures.
Unfortunately, Power BI doesn’t have a direct way to apply the formatting to all measures in a single operation, but you can simplify the process using one of the methods I mentioned in my earlier reply.
If this helps, please mark it ‘Accept as Solution’, so others with similar queries may find it more easily. If not, please share the details.
this statement is confusing the users: or you can create a new calculated column to apply the format to all measures at once.
Proud to be a Super User!
Hello @divyanshug15 ,
Also you can us the below DAX to format the number to US settings but the it will be in text format.
US_Formatted_Measure = FORMAT([YourMeasure], "###,###")
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
I have tried to change Regional Settings but it is not working for me even i have tried custom formatting in modelling tab. Still did not work.
Relationship/diagram view has an option to select multiple measures at once and apply a format to it. Make sure that measures selected return numbers and not any other data type.
For custom formatting following the US' enter: \$#,0;(\$#,0);\$#,0 or simply $#,#
Remove the currency symbol if not needed.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |