Forum Discussion
Decimal separator - point vs comma
- 5 years ago
Hey, @marie_vitova
You can check these region settings.
then try like this:
Measure = "("&FORMAT(AVERAGE('Table'[Column1]),"General number")&"-gobal )"Measure = "("&FORMAT(AVERAGE('Table'[Column1]),"#0.00")&"-gobal )"You may need to restart, or use the data to re-report, I think it will be resolved.
If you do not solve your problem, please feel free to ask me.
Best regards
Janey Guo
If this post helps,then consider Accepting it as the solution to help other members find it faster.
Anonymous , I think you have change regional setting for that.
https://docs.microsoft.com/en-us/power-bi/fundamentals/supported-languages-countries-regions
- Anonymous5 years agoNot applicable
amitchandak Thank you for your answer.
I have tried to change the regional settings to English (USA) and English (UK) but I still get the same result. The basic KPIs are shown with decimal point (correct) and the composed KPIs as avg_stars_gl ="( " & [measure] & " - global )" are shown with decimal comma (wrong).