Power BI · Arazzo Workflow
Power BI Export a Report for Archive
Version 1.0.0
Capture a report's metadata and page structure, then download the underlying PBIX file.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualizationArazzoWorkflows
Provider
Workflows
report-export-archive
Archive a report as a PBIX file together with its metadata and pages.
Reads a report's metadata and dataset binding, lists its pages, and exports the PBIX binary so the report can be archived or committed to source control.
1
inspectReport
getReport
Read the report metadata, capturing the dataset binding and modification stamps that give the archived file its restore context.
2
listPages
getPages
Enumerate the report's pages and their display order, recording the structure that the exported binary would otherwise leave opaque.
3
exportPbix
exportReport
Download the report as a PBIX file. The response body is the binary file itself rather than a JSON document.