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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Jdrien
Frequent Visitor

thousands separator in pdf report export

Hello,
I'm French, so we don't have thousands separators.
i have a report on powerBI, everything is set corecly in the report,
numbers are like 124 325 450,20
no thousands separator and coma for decimal separator.
i use an azur api to export one page to a pdf, but all my numbers are now like this:
124,325,450.20
can someone help me with this?

1 ACCEPTED SOLUTION
divyed
Super User
Super User

Hello @Jdrien ,

 

There can be many reasons . You can try some options :

1. Check Power BI Report Regional Settings under File > Options and settings > Options > Current file > Regional Settings

Set the Model Language and Locale for Import to your preferred region (e.g., English if you want a space as a thousands separator and a period for decimals)

2. Try formatting numbers using DAX by using below dax

   Formatted Number = FORMAT([YourMeasure], "# ### ###.##")

Also don't forget to check Azure api settings, it could be applying different locale during export.

 

I hope this helps. 

 

Did I answer your query ? Please mark this as solution. 

I except Kudos as well 🙂

 

Cheers

    

LinkedIn : https://www.linkedin.com/in/neeraj-kumar-62246b26/

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi, @Jdrien 

Have you already solved the current problem? You can share your answers here so that other members of the community can quickly find answers if they have similar questions.
Your cooperation will work with us to promote the development of the community. Thank you again!

 

 

Best Regards

Jianpeng Li

HI !
Thx for your response, i tried and managed to fix this using divyed DAX solution, my numbers are now texts with the right format.

divyed
Super User
Super User

Hello @Jdrien ,

 

There can be many reasons . You can try some options :

1. Check Power BI Report Regional Settings under File > Options and settings > Options > Current file > Regional Settings

Set the Model Language and Locale for Import to your preferred region (e.g., English if you want a space as a thousands separator and a period for decimals)

2. Try formatting numbers using DAX by using below dax

   Formatted Number = FORMAT([YourMeasure], "# ### ###.##")

Also don't forget to check Azure api settings, it could be applying different locale during export.

 

I hope this helps. 

 

Did I answer your query ? Please mark this as solution. 

I except Kudos as well 🙂

 

Cheers

    

LinkedIn : https://www.linkedin.com/in/neeraj-kumar-62246b26/
Anonymous
Not applicable

Hi, @Jdrien 

You can try to complete the region setting in Power query:

vjianpengmsft_0-1729215208372.png

vjianpengmsft_1-1729215241021.png

You can check out this discussion:

Incorrect locale (regional number formating) when ... - Microsoft Fabric Community

The official documentation mentions that the effect of exporting to PDF is not guaranteed:

vjianpengmsft_2-1729215437034.png

Based on the above, I think you should try the following two methods:
Set your columns to text to prevent inconsistencies when exporting.
Method 2, translate your report into the corresponding language according to the following document:

Use locale values in multiple-language Power BI reports - Power BI | Microsoft Learn

vjianpengmsft_3-1729215880106.png

 

 

Best Regards

Jianpeng Li

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

 

 

 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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