Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I've seen dozens of similar questions about this and read the entire documentation about FORMAT, but I still can't figure out how to format an integer with DOT as a thousands separator!
LIKE: 1.000
So simple and so complicated.
This is what I'v tried:
FORMAT([Measure], "#.000")
FORMAT([Measure], "##.###")
And lots and lots of other combinations.
Hi @webportal ,
You will need to check your regional settings. Does your region support , or a . as decimal separator.
Refer this blog
else you can view these solutions
https://community.powerbi.com/t5/Desktop/set-dot-as-decimal-separator/td-p/609657
https://community.powerbi.com/t5/Desktop/Format-Function-Decimal-Dot-or-Comma/td-p/594047
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @webportal
Convert the column to text and if you still see the "." then use the
SUBSTITUTE([Product Code], ".", ",")
to convert "." to ","
Alternatively, what I would do is to conver to text and use the
SUBSTITUTE([Product Code], ".", "") to create a new c
and use the inbuilt comma seperate for thousands seperator in view
@webportal , I think that is regional number setting that will change it from "," to "."
https://docs.microsoft.com/en-us/power-bi/fundamentals/supported-languages-countries-regions
Regional settings
https://superuser.com/questions/1419853/power-bi-desktop-number-format-shows-american-format-in-visu...
https://blog.crossjoin.co.uk/2015/05/25/working-with-international-date-and-number-formats-in-power-...
post that use
https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 99 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |