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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
webportal
Impactful Individual
Impactful Individual

How to format an integer with DOT as a thousands separator

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.

3 REPLIES 3
harshnathani
Community Champion
Community Champion

Hi @webportal ,

 

You will need to check your regional settings. Does your region support , or a . as decimal separator.

 

Refer this blog

 

https://www.qumio.com/Blog/Lists/Posts/Post.aspx?ID=50#:~:text=In%20United%20States%2C%20decimal%20s...

 

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) 

pranit828
Community Champion
Community Champion

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

pranit828_0-1598334771477.png

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.