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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

How to get number in German format

Hi,

I'm pulling sales data from PostgreSQL to Power BI. The numeric values should appear in German format in Power BI.
For example:  1.0 should come as 1,0 and 19,999.61 should come as 19.999,61.
I changed the Locale Import to German (Germany) in regional settings and changed the data type to decimal (German) using Locale in Power Query Editor. Still it is not reflecting. I can format it by changing the data type to text. But need this data as decimal for all the calculations.

Can anyone help me how to do it? 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks for the reply from @rajendraongole1 , please allow me to provide another insight.
Hi @Anonymous ,

Accroding to the Microsoft documentation.
Supported languages and countries/regions for Power BI - Power BI | Microsoft Learn
Power BI Desktop gets its default number and date formatting from the Windows Region settings.
You need to make the following settings in Windows Regional Settings.

vdengllimsft_0-1728374032292.png

 

In this way, the numbers are displayed in the German format.

vdengllimsft_1-1728374160531.png

However this will cause other data such as numbers in Excel to be displayed in the German format as well.

Therefore, if you don't want to fulfill your needs by changing the Windows regional settings, then I'm afraid you'll have to format it by changing the data type to text.

Best Regards,
Dengliang Li

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

5 REPLIES 5
Anonymous
Not applicable

Here is my input data:

inikhilpv_0-1728302248980.png

I changed the data type to German

inikhilpv_1-1728302318609.png

Changed Locale for import to German (Germany).

inikhilpv_2-1728302433171.png

Still getting the same format.

inikhilpv_4-1728302481304.png

It should have been

1,20 

123,45 

19.099,45 

11.111.111,23 
I have tried this and also changed the number format in my system. Still no change in the data format in Power BI.

 

 

 

rajendraongole1
Super User
Super User

Hi @Anonymous -Please follow the below format changes in power query editor and regional setting in power bi desktop application

In Power query editor select the numeric column that you want to change Locale of Data Type:
Select the column(s) with your numeric values>>On the ribbon, under Transform tab, click on Data Type (where it shows Decimal, Whole Number, etc.).
Choose Using Locale>>In the dialog box that appears, select Decimal Number for Data Type and set the Locale to German (Germany)>>Apply Changes: Once you've set the correct locale, click "Close & Apply" to apply the changes to your data model.

rajendraongole1_1-1728301356803.pngrajendraongole1_2-1728301376759.png

 


Step 2: Change Regional Settings for the Report
Go to File > Options and Settings > Options.
Under Current File, select Regional Settings.
Set the Locale to German (Germany).

rajendraongole1_3-1728301415215.png

 


Apply the changes and refresh the data.

 

Final output:

rajendraongole1_0-1728301308894.png

 

Hope this helps.

 





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

Proud to be a Super User!





Anonymous
Not applicable

I have tried this. attached the screenshot above. Still not getting the data in the required format.

Anonymous
Not applicable

Thanks for the reply from @rajendraongole1 , please allow me to provide another insight.
Hi @Anonymous ,

Accroding to the Microsoft documentation.
Supported languages and countries/regions for Power BI - Power BI | Microsoft Learn
Power BI Desktop gets its default number and date formatting from the Windows Region settings.
You need to make the following settings in Windows Regional Settings.

vdengllimsft_0-1728374032292.png

 

In this way, the numbers are displayed in the German format.

vdengllimsft_1-1728374160531.png

However this will cause other data such as numbers in Excel to be displayed in the German format as well.

Therefore, if you don't want to fulfill your needs by changing the Windows regional settings, then I'm afraid you'll have to format it by changing the data type to text.

Best Regards,
Dengliang Li

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

 

Anonymous
Not applicable

Thank you for the solution. It really worked. We also changed the region in Power BI Service to Germany and it worked.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors