2

I have a Power BI Pro(Trial) account. I'm currently trying to export reports in the registered app (with all the required permissions) workspace through REST API Reports - Export To File In Group.

On giving the group ID and report ID in the API: POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo

I'm getting the below error: { "error": { "code": "InvalidRequest", "message": "Report requested for export is not on dedicated capacity" } } HTTP Status: 403

Can anyone help me with this issue? I want to make a use case where I am able to export the reports in PDF format? Thanks in advance.

2
  • 3
    Export to PDF via the API is only for Power BI Premium or Embedded, and workspaces assigned to those capacity types. Commented Dec 22, 2020 at 14:50
  • I have tried with a workspace on premium capacity, but then it gives a 404 error of Feature not found. Premium per user is not supported there @Jon Commented Dec 23, 2020 at 12:21

1 Answer 1

1

You must have premium license for this.

Note that per user licenses do not work. This includes Pro licenses.

Sign up to request clarification or add additional context in comments.

1 Comment

Even with pro trial license?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.