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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Amount Format changed in Power BI after published to cloud

Hi Everyone,

 

                     In my report, I have a amount column looks like below

erp_0-1628163900732.png

But when I published to cloud the format changed like this which i don't want. Please Help me.

erp_1-1628163968117.png

 

3 REPLIES 3
v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

Has your problem been solved? If it is solved, please mark a reply which is helpful to you.

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

 

Best Regards,
Winniz

v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please refer to this post to change the language of the browser and Power BI Service. Or you can try to use the following measure:

 

Measure = 
var total = SUM('Table'[Column2])
return
IF(
    total >= 10000000,
    FORMAT( total, "#\,##\,##\,###" ),
    FORMAT( total, "##\,##\,###" )
)

image.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

Best Regards,
Winniz

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

lbendlin
Super User
Super User

What is the default locale for the PC you are using the browser on?  It may not be set to India.

 

Worst case you can enforce the format by converting the number to text for display.

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors