<?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: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/4154954#M55329</link>
    <description>&lt;P&gt;Is premium also required to use this one as well?&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank"&gt;Reports - Export Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 17:00:24 GMT</pubDate>
    <dc:creator>bkk00</dc:creator>
    <dc:date>2024-09-17T17:00:24Z</dc:date>
    <item>
      <title>Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3347935#M43585</link>
      <description>&lt;P&gt;Dear Microsoft Power BI Community,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope this message finds everyone well. I am reaching out to seek assistance with a persistent issue I have encountered while attempting to export a Power BI Report to PDF using the Power BI Rest API.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;API Endpoint:&amp;nbsp;&lt;A href="https://api.powerbi.com/v1.0/myorg/reports/%7BreportId%7D/ExportTo" target="_new"&gt;https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error Description:&lt;BR /&gt;Every time I make a request to the specified API endpoint for exporting the Power BI Report to PDF format, I receive a 403 Forbidden error. Despite ensuring that I am providing the correct {reportId} parameter and including all required headers and authentication details, this error persists, preventing successful export.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have thoroughly reviewed the API documentation and followed the guidelines, but I am unable to resolve this issue on my own.&lt;/P&gt;&lt;P&gt;If any community members have encountered a similar 403 error while using the ExportTo API or have insights into how to troubleshoot and resolve this particular situation, I would be immensely grateful for your assistance. Any guidance, tips, or steps to overcome this challenge would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your time and support in helping me resolve this matter.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;BR /&gt;Harpreet gill&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 05:51:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3347935#M43585</guid>
      <dc:creator>Harpreet</dc:creator>
      <dc:date>2023-07-25T05:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348222#M43587</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/593761"&gt;@Harpreet&lt;/a&gt;&amp;nbsp; did you check the response message to see if it contains any useful information regarding your failure? Sometimes the response body has such info.&lt;/P&gt;&lt;P&gt;If it doesn't help please provide the request ID from the error response and we will try to assist&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 07:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348222#M43587</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-07-25T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348511#M43590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;While making a request to the API, I am receiving the subsequent error response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;{
  "error": {
    "code": "InvalidRequest",
    "message": "Report requested for export is not on dedicated capacity"
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:51:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348511#M43590</guid>
      <dc:creator>Harpreet</dc:creator>
      <dc:date>2023-07-25T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348517#M43591</link>
      <description>&lt;P&gt;Indeed the documentation of the API mentions that the report and dataset must reside in a workspace which is on a dedicated capacity.&lt;/P&gt;&lt;P&gt;Is this the case for your report?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:54:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348517#M43591</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-07-25T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348520#M43592</link>
      <description>&lt;P&gt;Yes, It's on same workspace&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348520#M43592</guid>
      <dc:creator>Harpreet</dc:creator>
      <dc:date>2023-07-25T10:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348585#M43595</link>
      <description>&lt;P&gt;Is that workspace on a dedicated capacity (not Premium Per User)?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348585#M43595</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-07-25T11:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348629#M43596</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Currently, we do not possess any premium subscriptions.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Prior to acquiring a premium subscription, I would like to assess its value and suitability for my needs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:09:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3348629#M43596</guid>
      <dc:creator>Harpreet</dc:creator>
      <dc:date>2023-07-25T12:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3349140#M43603</link>
      <description>&lt;P&gt;Unfortunately this API is a premium feature, so it requires a dedicated capacity&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:37:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3349140#M43603</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-07-25T15:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3350156#M43615</link>
      <description>&lt;P&gt;Okay&lt;/P&gt;&lt;P&gt;Thank you for this information.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 04:20:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/3350156#M43615</guid>
      <dc:creator>Harpreet</dc:creator>
      <dc:date>2023-07-26T04:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/4154954#M55329</link>
      <description>&lt;P&gt;Is premium also required to use this one as well?&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank"&gt;Reports - Export Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 17:00:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Encountering-403-Error-While-Exporting-Power-BI-Report-to-PDF/m-p/4154954#M55329</guid>
      <dc:creator>bkk00</dc:creator>
      <dc:date>2024-09-17T17:00:24Z</dc:date>
    </item>
  </channel>
</rss>

