Reports - Export Report
Exports the specified report from My workspace to a Power BI .pbix or .rdl file.
- For .pbix reports -
As a workaround for timeout issues, set the
preferClientRouting
URL query parameter totrue
. - 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.
Note
Try-it feature is not supported for this API. See Export Power BI Report Powershell script for an example of how to use this API.
Required Scope
Report.ReadWrite.All or both Report.Read.All and Dataset.Read.All
Limitations
For .pbix report, after calling Rebind Report, export of a report with a Power BI service live connection isn't supported.
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/Export
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
report
|
path | True |
string uuid |
The report ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
file |
Exported File Media Types: "application/zip", "application/octet-stream" |