<?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: Culture is not supported - Paginated report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Culture-is-not-supported-Paginated-report/m-p/4749346#M62067</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279116"&gt;@JackWren&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This typically happens when the report's Language property is unset or dynamically resolves to an invalid value, especially after adding parameters, such as DateTime, which rely on locale for parsing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To fix this, open your report in Report Builder, go to Report Properties and set the Language explicitly to a valid culture name like en-US or fr-FR. Don’t leave it blank or use an expression unless you're certain it resolves to a valid .NET culture string (not a numeric LCID).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This setting controls how values are interpreted during rendering and prevents the engine from defaulting to an unsupported fallback culture like 3072. Power BI's regional or workspace settings don't override this, the report-level Language setting is what matters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the issue persists, check if any parameter expressions indirectly influence locale or formatting. You can also temporarily output =User!Language in a textbox to see what the engine is resolving at runtime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/expressions/report-builder-expressions" target="_blank"&gt;Expressions in Power BI Report Builder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-9.0" target="_blank"&gt;CultureInfo Class&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f" target="_blank"&gt;[MS-LCID]: Windows Language Code Identifier (LCID) Reference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;“Accept as Solution”&lt;/STRONG&gt; so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 07:04:32 GMT</pubDate>
    <dc:creator>v-hashadapu</dc:creator>
    <dc:date>2025-07-01T07:04:32Z</dc:date>
    <item>
      <title>Culture is not supported - Paginated report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Culture-is-not-supported-Paginated-report/m-p/4748556#M62056</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently developing a paginated report based on a PBI dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The paginated report runs when there is no parameter but once I add our parameters, I run into the following issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried changing my language in both the PBI and the paginated report but to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackWren_1-1751288522471.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1280030i13A5FBAE81F739B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackWren_1-1751288522471.png" alt="JackWren_1-1751288522471.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Has anyone else been confronted with the same issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you solve it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 13:03:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Culture-is-not-supported-Paginated-report/m-p/4748556#M62056</guid>
      <dc:creator>JackWren</dc:creator>
      <dc:date>2025-06-30T13:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Culture is not supported - Paginated report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Culture-is-not-supported-Paginated-report/m-p/4749346#M62067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/279116"&gt;@JackWren&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This typically happens when the report's Language property is unset or dynamically resolves to an invalid value, especially after adding parameters, such as DateTime, which rely on locale for parsing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To fix this, open your report in Report Builder, go to Report Properties and set the Language explicitly to a valid culture name like en-US or fr-FR. Don’t leave it blank or use an expression unless you're certain it resolves to a valid .NET culture string (not a numeric LCID).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This setting controls how values are interpreted during rendering and prevents the engine from defaulting to an unsupported fallback culture like 3072. Power BI's regional or workspace settings don't override this, the report-level Language setting is what matters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the issue persists, check if any parameter expressions indirectly influence locale or formatting. You can also temporarily output =User!Language in a textbox to see what the engine is resolving at runtime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/expressions/report-builder-expressions" target="_blank"&gt;Expressions in Power BI Report Builder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-9.0" target="_blank"&gt;CultureInfo Class&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f" target="_blank"&gt;[MS-LCID]: Windows Language Code Identifier (LCID) Reference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;“Accept as Solution”&lt;/STRONG&gt; so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 07:04:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Culture-is-not-supported-Paginated-report/m-p/4749346#M62067</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-01T07:04:32Z</dc:date>
    </item>
  </channel>
</rss>

