<?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: PowerBI REST API - Extract the underlying data model of report pages/visualizations in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900058#M52218</link>
    <description>&lt;P&gt;Read about PBIP, TMDL, Git integration and general CI/CD guidelines.&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 19:28:42 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-05-07T19:28:42Z</dc:date>
    <item>
      <title>PowerBI REST API - Extract the underlying data model of report pages/visualizations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3899772#M52216</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To extract the underlying data model of a report, and which PowerBI Tables and Columns are being used within a report, we’ve been utilizing the REST API to export reports in .pbix format.&lt;/SPAN&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;Unfortunately, in some cases, I’ve encountered difficulties when attempting to extract the underlying data model of larger reports, particularly when dealing with large dataset storage formats (&lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-large-models" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-large-models&lt;/A&gt;) we get the error ServerError_PremiumFilesErrors_OperationIsNotSupportedForPremiumFilesModel.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;Given these challenges, I am eager to understand how I can effectively work with massive reports or the ones that utilize large data formats.&lt;BR /&gt;&lt;BR /&gt;Are there specific strategies or best practices that I should consider to mitigate the limitations posed by exporting such reports?&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Alternatively, I am keen to explore other methods for accessing the underlying data model of report pages/visualizations without solely relying on exporting reports. Is there a preferred approach or alternative solution that would enable me to retrieve this crucial information effectively?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2024 17:32:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3899772#M52216</guid>
      <dc:creator>verdan</dc:creator>
      <dc:date>2024-05-07T17:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI REST API - Extract the underlying data model of report pages/visualizations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900058#M52218</link>
      <description>&lt;P&gt;Read about PBIP, TMDL, Git integration and general CI/CD guidelines.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 19:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900058#M52218</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-07T19:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI REST API - Extract the underlying data model of report pages/visualizations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900093#M52219</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;thanks for your message, as I understood, downloading or exporting a report (via API) using PBIP is not yet supported.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/Export-API/m-p/3549748" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/Developer/Export-API/m-p/3549748&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 20:11:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900093#M52219</guid>
      <dc:creator>verdan</dc:creator>
      <dc:date>2024-05-07T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI REST API - Extract the underlying data model of report pages/visualizations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900151#M52220</link>
      <description>&lt;P&gt;It's the other way round. Start with the PBIP before you publish.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 20:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/3900151#M52220</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-07T20:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI REST API - Extract the underlying data model of report pages/visualizations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/4006491#M53658</link>
      <description>&lt;P&gt;There are a couple of issues here:&lt;BR /&gt;- I have hundreds of reports, and it is not viable to re-publish all reports to pbip.&amp;nbsp;&lt;BR /&gt;- Even if I publish this as PBIP, I cannot download the report as .pbip via the API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 08:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-REST-API-Extract-the-underlying-data-model-of-report/m-p/4006491#M53658</guid>
      <dc:creator>verdan</dc:creator>
      <dc:date>2024-06-24T08:23:32Z</dc:date>
    </item>
  </channel>
</rss>

