Forum Discussion

webportal's avatar
webportal
Icon for Impactful Individual rankImpactful Individual
6 years ago

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