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
famigami
New Member

Is number format in Canada incorrect or am I doing something wrong?

In English Canada, according to the Government of Canada's guidelines at numbers: decimal fractions all thousands separators should be spaces both to the left and to the right of the decimal fraction indicator except with currency, where a comma should be used instead of a space.

 

However, in Power BI (and all Office software and Windows itself too) the comma is used everywhere at all times. Why is this and how do I set it to use the correct format?

2 ACCEPTED SOLUTIONS

You can try these format strings which are in the link in my initial post

 

### ### ##0.00# ### ### \$;(### ### ##0.00# ### ### \$);### ### ##0.00# ### ### \$

### ### ##0.00# ### ### \$: Positive number format.
(### ### ##0.00# ### ### \$): Negative number format (wrapped in parentheses).
### ### ##0.00# ### ### \$: Zero value format.

 

Removing  " \$" will remove the dollar sign

danextian_0-1732354029078.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

Anonymous
Not applicable

Hi @famigami ,

Please follow the steps below:

1. This is my original data:

6.png

2. You could change the format setting if you need use a space to separate groups of three digits.

2.png

3.png

3. Sums of money:

4.png

5.png

Best regards,

Lucy Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @famigami ,

Please follow the steps below:

1. This is my original data:

6.png

2. You could change the format setting if you need use a space to separate groups of three digits.

2.png

3.png

3. Sums of money:

4.png

5.png

Best regards,

Lucy Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

shafiz_p
Super User
Super User

Hi @famigami 

The default use of commas as thousands separators and periods as decimal points in Power BI is primarily due to the standardization of DAX syntax. Starting from May 2020, Power BI adopted a consistent approach to separators, regardless of the Windows locale settings. This change was made to simplify the user experience and ensure consistency across different environments.

 

Here are a few reasons for this decision:

  1. Consistency
  2. Compatibility
  3. Simplification

 

If you prefer to use the Canadian format with spaces as thousands separators, you can customize the settings in Power BI Model View. 

 

Go to model view > select column which you want a candian format > Go to properties pane > set data type > select custom format > set format to ### ### ###.##

See image:

shafiz_p_0-1732334835264.png

 

 

Hope this helps!!

If this solved your problem, please accept it as a solution and a kudos!!

 

 

Best Regards,
Shahariar Hafiz

 

but what about space to the RIGHT of the decimal such as 123 456.789 101 

but what about spae to the RIGHT of the decimal such as 123 456.789 101 

You can try these format strings which are in the link in my initial post

 

### ### ##0.00# ### ### \$;(### ### ##0.00# ### ### \$);### ### ##0.00# ### ### \$

### ### ##0.00# ### ### \$: Positive number format.
(### ### ##0.00# ### ### \$): Negative number format (wrapped in parentheses).
### ### ##0.00# ### ### \$: Zero value format.

 

Removing  " \$" will remove the dollar sign

danextian_0-1732354029078.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
danextian
Super User
Super User

Hi @famigami 

Power BI doesn't currently have an option to use space as thousand sepators however each number columns and measures can be formatted individually. A similar post  had already been made before. Please refer to this:

https://community.fabric.microsoft.com/t5/Desktop/How-to-format-data-numbers-to-Canadian-French-curr...





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

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.