Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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. ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    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.

     

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



    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.