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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
ep2
Regular Visitor

Custom string format not using thousands separator to split on the million

I am trying to create a custom format that will use a space as the thousands separator. "# ##0" is working perfectly except that it does not put in an additional space once the number goes over a million.

 

For example:

  • 12345.111 is formatted as 12 345 which is what I want.
  • But 1234567.11 is formatted as 1234 567 which is not what I want (I want it to be 1 234 567 i.e. with a space separating million as well)

I have tried "# ### ##0" as well, and while this does work for numbers larger than a million, it also inserts the second space for numbers smaller than a million which is a problem.

 

So for example, if I add currency to the format, namely "R# ### ##0" then:

  • 1234567.11 is formatted as R1 234 567 which is what I want
  • But 12345.111 is formatted as R 12 345 which is not what I want (additional space between currency symbol and first digit)

 

 

 

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.