<?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: Power BI API fails when exporting a report with a large dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5150238#M64886</link>
    <description>&lt;P&gt;If you just need the definition and not the data you can use fabric API &lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/items/get-item-definition?tabs=HTTP" target="_self"&gt;get item definition&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 18:27:42 GMT</pubDate>
    <dc:creator>Deku</dc:creator>
    <dc:date>2026-04-15T18:27:42Z</dc:date>
    <item>
      <title>Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5147926#M64872</link>
      <description>&lt;P&gt;I'm getting status code 500 when using this endpoint with a report with a large dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Large Dataset Storage Format is disabled for this report.&lt;/P&gt;&lt;P&gt;Is there anything I can do to export it using the API?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 19:44:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5147926#M64872</guid>
      <dc:creator>MartinezData</dc:creator>
      <dc:date>2026-04-13T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5147930#M64873</link>
      <description>&lt;P&gt;How large?&amp;nbsp; More than 10 GB large?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 20:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5147930#M64873</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-04-13T20:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5148049#M64876</link>
      <description>&lt;H3&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1578968"&gt;@MartinezData&lt;/a&gt;&amp;nbsp; , There are few of the suggestion mensioned you can also try.&lt;BR /&gt;&lt;BR /&gt;1. Enable Large Dataset Storage Format (in the Power Bi Service)&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Go to your dataset in Power BI Service&lt;/LI&gt;&lt;LI&gt;Open Settings&lt;/LI&gt;&lt;LI&gt;Enable Large dataset storage format&lt;/LI&gt;&lt;LI&gt;Refresh the dataset&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Or via XMLA / Tabular Editor:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set:&amp;nbsp; &lt;STRONG&gt;DefaultPowerBIDataStorageFormat = Large&lt;BR /&gt;This is the &lt;EM&gt;only reliable fix&lt;/EM&gt; for large exports via API.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp;&lt;/STRONG&gt;Reduce the export scope (workaround)&lt;/P&gt;&lt;P&gt;If you &lt;STRONG&gt;can’t enable large dataset format&lt;/STRONG&gt;, try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Exporting &lt;STRONG&gt;specific pages only&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Applying &lt;STRONG&gt;filters&lt;/STRONG&gt; to reduce data volume&lt;/LI&gt;&lt;LI&gt;Avoiding visuals with heavy queries&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This may work if you stay under internal limits—but it’s not guaranteed because its depend on the data voulume and Dax calculation, how heavely used.&lt;/P&gt;&lt;P&gt;3. Use alternative export methods like mensioned below.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Paginated reports (RDL) handle large exports better&lt;/LI&gt;&lt;LI&gt;Break the dataset/report into smaller chunks&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 04:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5148049#M64876</guid>
      <dc:creator>Ray_Minds</dc:creator>
      <dc:date>2026-04-14T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5150238#M64886</link>
      <description>&lt;P&gt;If you just need the definition and not the data you can use fabric API &lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/items/get-item-definition?tabs=HTTP" target="_self"&gt;get item definition&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 18:27:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5150238#M64886</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2026-04-15T18:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5152354#M64920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1578968"&gt;@MartinezData&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/745884"&gt;@Ray_Minds&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1231947"&gt;@Deku&lt;/a&gt;&amp;nbsp; for your inputs.&lt;BR /&gt;&lt;SPAN&gt;We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 10:47:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5152354#M64920</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-04-17T10:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI API fails when exporting a report with a large dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5154578#M64947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1578968"&gt;@MartinezData&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 13:16:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-API-fails-when-exporting-a-report-with-a-large-dataset/m-p/5154578#M64947</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-04-20T13:16:41Z</dc:date>
    </item>
  </channel>
</rss>

