Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Localization of Reports

I am currently struggling with the problem how to localize reports for users with multiple languages. 

 

I am using using PowerBI embedded & text can be handle through SQL table, however I am facing issue when I am showing Currency & Comma/Dot seperation. It cann't be handle through table, for this, we need to change template localisation.

 

Please suggest, how it will work when I have like US, German, Japan, China, India etc

 

Kind Regards

Ashwani

2 Replies

  • v-xicai's avatar
    v-xicai
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

     

    You might change the language for users showing picture below.

     

     

    If I misunderstood it, could you please share your sample data or desired output screenshots for further analysis, you can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.

     

    Best Regards,

    Amy

     

    Community Support Team _ Amy

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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks v-xicai  for your response.

       

      Actually, I need to change three things at run time (according to the user) as we are showing reports at multiple countries. Below i am showing different formats for Currency Symbo, Currency Format & date format.

       

      LanguageCurrencyCurrency SymbolDecimal SeparatorCurrency FormatDate Format
      EnglishDollar$Dot100,000,000.00mmmm d, yyyy
      DutchEuroComma100.000.000,00dd.mm.yyyy
      English/FrenchDollar$Dot100,000,000.00dd-mm-yyyy
      DanishKroneKrComma100.000.000,00d. mmmm yyyy

       

      Please suggest, how we can handle this with single template.

       

      Kind Regards

      Ashwani