Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
hello,
the format #’##0.00 in power data model doesnt work as in Excel. It works only for 6 digits for example: 123'456.00
but for numbers with 7 digits an more it does not work. it formats numbers like this 9123'456.00 but it must be like this 9'123'456.00
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anonymous
According to the reply from product team, Format strings always interpret comma (,) as the thousand separator. Escaped apostrophe (') is simply treated as a character literal. Since your intention is to change the thousand separator to apostrophe ('), you should not change the format string, but change the region setting to a region that uses apostrophe as the thousand separator such as Switzerland. This document supported-languages countries regions describes how to change region settings in Power BI Desktop. Please note that changing region settings only affects future new models but won't affect existing models.
Best Regards,
Community Support Team _ Caiyun