Reports - Export Report In Group
Exports the specified report from the specified workspace to a Power BI .pbix file.
- You can set the
preferClientRouting
parameter totrue
as a workaround for timeout issues. - Large files are downloaded to a temporary blob. Their URL is returned in the response and stored in the locally downloaded Power BI .pbix file.
- For more information on requirements and limitations, see Download a report from the Power BI service to Power BI Desktop.
Permissions
This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.
Required Scope
Report.ReadWrite.All or both Report.Read.All and Dataset.Read.All
Limitations
Exporting a report with a Power BI service live connection isn't supported after calling Rebind Report.
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/Export
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
group
|
path | True |
|
The workspace ID |
report
|
path | True |
|
The report ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
|
Exported File Media Types: "application/zip" |