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.