Forum Discussion
Swiss Localization not Working as expected
Hi TimGabriel ,
Try formatting the output like this:
Format Total Gross Sales = SUBSTITUTE( FORMAT( SUM('Table'[Gross Sales]), "#,##0.#0" & " CHF"), ",", "'" )
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
- TimGabriel2 years agoNew Member
Thanks! This partially worked. I was able to create a measure like this, however, I can't use it in the visuals I need (e.g. a decomposition tree). See attached file:
- Anonymous2 years agoNot applicable
Hi TimGabriel ,
Yes, because the end result becomes text. And Decomposition Tree Visual does not currently support formatting Value labels.🤔
Please consider submitting this idea to bring it to the attention of the product team.
Welcome to Microsoft Fabric Ideas
Also try changing the OS and PowerBI region to Swiss then try opening a new file to load the data? the initial region of the model is related to when the first load is made.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
- TimGabriel2 years agoNew Member
Hi Anonymous,
thanks again. I now tried creating an entirely new pbix, then
1.) changing the file localization
2.) connecting to the access DB and reading my data3.) adjusting the localization in the data view
4.) using the
Table.TransformColumnTypes(#"Changed Type", {{"Gross Sales", type number}}, "de-CH")However the format is still wrong. (I also tested the format in after steps 2 and 3 respectively, but the fornat was wrong...)
Lastly, I created the feature suggestion: Microsoft Idea
Do you have any final suggestion?