Forum Discussion

Harpreet's avatar
Harpreet
New Member
3 years ago
Solved

Encountering 403 Error While Exporting Power BI Report to PDF using Power BI Rest API

Dear Microsoft Power BI Community,

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.

API Endpoint: https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo

Error Description:
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.

I have thoroughly reviewed the API documentation and followed the guidelines, but I am unable to resolve this issue on my own.

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.

Thank you all for your time and support in helping me resolve this matter.

Best regards, 
Harpreet gill

  • Unfortunately this API is a premium feature, so it requires a dedicated capacity 

9 Replies

  • AmosHersch's avatar
    AmosHersch
    Microsoft Employee

    Hi Harpreet  did you check the response message to see if it contains any useful information regarding your failure? Sometimes the response body has such info.

    If it doesn't help please provide the request ID from the error response and we will try to assist

  • Hi 

    While making a request to the API, I am receiving the subsequent error response:

     

    {
      "error": {
        "code": "InvalidRequest",
        "message": "Report requested for export is not on dedicated capacity"
      }
    }

     

    • AmosHersch's avatar
      AmosHersch
      Microsoft Employee

      Indeed the documentation of the API mentions that the report and dataset must reside in a workspace which is on a dedicated capacity.

      Is this the case for your report?