Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Everyone,
In my report, I have a amount column looks like below
But when I published to cloud the format changed like this which i don't want. Please Help me.
Hi @erp ,
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
Hi @erp ,
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, "##\,##\,###" )
)
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
22 | |
16 | |
10 | |
8 | |
8 |
User | Count |
---|---|
37 | |
26 | |
16 | |
14 | |
13 |