<?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 How to Export PDF of reports using Rest API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3346460#M43574</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;I am attempting to utilize the "export to PDF" with REST API query in Power BI, but despite using Power BI, I'm encountering difficulties in generating the PDF file.Please provide me solution to retereive data from reports&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 24 Jul 2023 11:44:38 GMT</pubDate>
    <dc:creator>gcrewdeveloper2</dc:creator>
    <dc:date>2023-07-24T11:44:38Z</dc:date>
    <item>
      <title>How to Export PDF of reports using Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3346460#M43574</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;I am attempting to utilize the "export to PDF" with REST API query in Power BI, but despite using Power BI, I'm encountering difficulties in generating the PDF file.Please provide me solution to retereive data from reports&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 11:44:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3346460#M43574</guid>
      <dc:creator>gcrewdeveloper2</dc:creator>
      <dc:date>2023-07-24T11:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export PDF of reports using Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3350283#M43618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="593359" data-lia-user-login="gcrewdeveloper2" class="lia-mention lia-mention-user"&gt;gcrewdeveloper2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you want to export Power BI Report to PDF by REST API.&lt;/P&gt;
&lt;DIV class="" data-heading-level="h2"&gt;
&lt;H2 class=""&gt;Permissions&lt;/H2&gt;
&lt;P&gt;This API call can be called by a service principal profile. For more information see:&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-multi-tenancy" target="_blank" rel="noopener" data-linktype="absolute-path"&gt;Service principal profiles in Power BI Embedded.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="" data-heading-level="h2"&gt;
&lt;H2 class=""&gt;Required Scope&lt;/H2&gt;
&lt;P&gt;All of the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Report.ReadWrite.All or Report.Read.All&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Dataset.ReadWrite.All or Dataset.Read.All&lt;/P&gt;
&lt;DIV class="" data-heading-level="h2"&gt;
&lt;H2 class=""&gt;Limitations&lt;/H2&gt;
&lt;P&gt;Check the limitations in&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to#considerations-and-limitations" target="_blank" rel="noopener" data-linktype="absolute-path"&gt;Export Power BI report to file&lt;SPAN&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-paginated-report#considerations-and-limitations" target="_blank" rel="noopener" data-linktype="absolute-path"&gt;Export paginated report to file.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can click on "try it" from this offical link.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group" target="_self"&gt;Reports - Export To File In Group&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 06:31:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3350283#M43618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-26T06:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export PDF of reports using Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3350508#M43626</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Could you kindly clarify whether a premium membership is necessary to unlock these features within Microsoft's services and products?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 08:38:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Export-PDF-of-reports-using-Rest-API/m-p/3350508#M43626</guid>
      <dc:creator>gcrewdeveloper2</dc:creator>
      <dc:date>2023-07-26T08:38:21Z</dc:date>
    </item>
  </channel>
</rss>

