<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: thousand separator showing wrong in power BI service in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/thousand-separator-showing-wrong-in-power-BI-service/m-p/4324930#M38912</link>
    <description>&lt;P&gt;Hi,Anonymous&lt;/LI-USER&gt; .I am glad to help you.&lt;/P&gt;
&lt;P&gt;I think this is an issue caused by inconsistent language region settings in the power bi report builder and the power bi service (i.e. browser default language).&lt;/P&gt;
&lt;P&gt;The results you show in Report Buider are&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;100,000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This format is the international standard&lt;/P&gt;
&lt;P&gt;Whereas in Power BI Service, the results displayed are&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;1,00,000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is the format is Indian number system. In this system, the thousands separator appears once after every two digits. For example, one hundred thousand would be written as 1,00,000&lt;BR /&gt;This is my test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;This is what the report shows me by default (with no language field set)&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here I have set the language of the paginated reports to en-us in order to standardize the language area of the power bi service and the report builder.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presentation results for Power BI Service and Report Builder&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The language used in the power bi service is your browser's default setting.&lt;BR /&gt;I am using my browser's default English&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, after trying several languages here (Spanish, German, etc.)&lt;BR /&gt;The numeric data in power BI Service is still the same as in Report Builder.(During my test, changing the language of the browser did not affect the data presentation format of the paginated reports)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;So I think one&amp;nbsp; way to solve your problem is to modify the data formatting in the report builder.&lt;/STRONG&gt;&lt;BR /&gt;1. Modify the data type&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;It is important to note that the problem you are experiencing is simply a difference in the presentation of the format, and the actual data has not changed.&lt;BR /&gt;The official solution to this formatting inconsistency is the same.&lt;BR /&gt;Changing the numeric type to a text type that doesn't change in any way will avoid the problem you're having (if your data is only used for presentation and is not involved in data manipulation)&lt;BR /&gt;This is also why I created a Num Text column (the text data itself will not be affected no matter how the formatting is modified)&lt;BR /&gt;This ensures that the user will see the same text no matter which way they view the report.&lt;BR /&gt;&lt;SPAN&gt;URL:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/format-numbers-dates-report-builder-service#considerations-for-formatting-numbers-and-dates" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Format numbers and dates in Power BI paginated reports - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/report-design/formatting-text-and-placeholders-report-builder-and-ssrs?view=sql-server-ver16" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Format text and placeholders in paginated reports - Microsoft Report Builder &amp;amp; Power BI Report Builder | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Changing-regional-settings-of-a-report-in-services/m-p/2725383" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Changing regional settings of a report in services - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;SPAN&gt;like this:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=FORMAT(Fields!YourFieldName.Value, "N0")

=FormatNumber(Fields!YourFieldName.Value, 3)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll add here that by changing the language settings in your Power BI Service you may be able to solve your number formatting problem&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Suggestion 2:&lt;BR /&gt;Change the language settings in the paginated reports(Power BI Report Builder):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Force a language format for the data cells of the paginated reports, so that the paginated reports do not use the default data format of the system's current locale, and so that no matter where the data is displayed, the paginated reports should prioritize the language data format you have set.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This explains why I couldn't reproduce your problem in my previous test: I had already forced &lt;STRONG&gt;language =en-us&lt;/STRONG&gt; for the cells in the design phase of the paginated reports, then when presenting the results in Power BI Service, the system prioritizes the data in the format set by the user (this is also described in the documentation, unfortunately I ignored it)&lt;BR /&gt;URL:&lt;BR /&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Report-Builder-and-Format-Numbers/m-p/913964" target="_blank"&gt;Solved: Report Builder and Format Numbers - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Dec 2024 08:54:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-12-25T08:54:16Z</dc:date>
    <item>
      <title>thousand separator showing wrong in power BI service</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/thousand-separator-showing-wrong-in-power-BI-service/m-p/4324224#M38903</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;The 1000 seprator showing correctly in report builder, but after publishing in Power BI report server,&amp;nbsp; its showing worng format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please may i know the fix for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Report Builder:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In Report Server:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 15:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/thousand-separator-showing-wrong-in-power-BI-service/m-p/4324224#M38903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-11T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: thousand separator showing wrong in power BI service</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/thousand-separator-showing-wrong-in-power-BI-service/m-p/4324930#M38912</link>
      <description>&lt;P&gt;Hi,Anonymous&lt;/LI-USER&gt; .I am glad to help you.&lt;/P&gt;
&lt;P&gt;I think this is an issue caused by inconsistent language region settings in the power bi report builder and the power bi service (i.e. browser default language).&lt;/P&gt;
&lt;P&gt;The results you show in Report Buider are&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;100,000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This format is the international standard&lt;/P&gt;
&lt;P&gt;Whereas in Power BI Service, the results displayed are&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;1,00,000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is the format is Indian number system. In this system, the thousands separator appears once after every two digits. For example, one hundred thousand would be written as 1,00,000&lt;BR /&gt;This is my test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;This is what the report shows me by default (with no language field set)&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here I have set the language of the paginated reports to en-us in order to standardize the language area of the power bi service and the report builder.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presentation results for Power BI Service and Report Builder&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The language used in the power bi service is your browser's default setting.&lt;BR /&gt;I am using my browser's default English&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, after trying several languages here (Spanish, German, etc.)&lt;BR /&gt;The numeric data in power BI Service is still the same as in Report Builder.(During my test, changing the language of the browser did not affect the data presentation format of the paginated reports)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;So I think one&amp;nbsp; way to solve your problem is to modify the data formatting in the report builder.&lt;/STRONG&gt;&lt;BR /&gt;1. Modify the data type&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;It is important to note that the problem you are experiencing is simply a difference in the presentation of the format, and the actual data has not changed.&lt;BR /&gt;The official solution to this formatting inconsistency is the same.&lt;BR /&gt;Changing the numeric type to a text type that doesn't change in any way will avoid the problem you're having (if your data is only used for presentation and is not involved in data manipulation)&lt;BR /&gt;This is also why I created a Num Text column (the text data itself will not be affected no matter how the formatting is modified)&lt;BR /&gt;This ensures that the user will see the same text no matter which way they view the report.&lt;BR /&gt;&lt;SPAN&gt;URL:&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/format-numbers-dates-report-builder-service#considerations-for-formatting-numbers-and-dates" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Format numbers and dates in Power BI paginated reports - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/report-design/formatting-text-and-placeholders-report-builder-and-ssrs?view=sql-server-ver16" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Format text and placeholders in paginated reports - Microsoft Report Builder &amp;amp; Power BI Report Builder | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Changing-regional-settings-of-a-report-in-services/m-p/2725383" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Changing regional settings of a report in services - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;SPAN&gt;like this:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=FORMAT(Fields!YourFieldName.Value, "N0")

=FormatNumber(Fields!YourFieldName.Value, 3)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll add here that by changing the language settings in your Power BI Service you may be able to solve your number formatting problem&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Suggestion 2:&lt;BR /&gt;Change the language settings in the paginated reports(Power BI Report Builder):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Force a language format for the data cells of the paginated reports, so that the paginated reports do not use the default data format of the system's current locale, and so that no matter where the data is displayed, the paginated reports should prioritize the language data format you have set.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This explains why I couldn't reproduce your problem in my previous test: I had already forced &lt;STRONG&gt;language =en-us&lt;/STRONG&gt; for the cells in the design phase of the paginated reports, then when presenting the results in Power BI Service, the system prioritizes the data in the format set by the user (this is also described in the documentation, unfortunately I ignored it)&lt;BR /&gt;URL:&lt;BR /&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Report-Builder-and-Format-Numbers/m-p/913964" target="_blank"&gt;Solved: Report Builder and Format Numbers - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 08:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/thousand-separator-showing-wrong-in-power-BI-service/m-p/4324930#M38912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-25T08:54:16Z</dc:date>
    </item>
  </channel>
</rss>

