Forum Discussion
jerics99
6 years agoFrequent Visitor
Backing up a workspace
Hi, I am a fairly new Power BI administrator at our orgainzation, and I wonder how can I backup a workspace. I have seen that I can export the pbix file, but than only seems to inlcude the datamodel...
- 6 years ago
jerics99 You can do pretty much everything what's in the admin API
https://docs.microsoft.com/en-us/rest/api/power-bi/adminRegarding the data model and reports - those are contained in the PBIX. The things that are not part of the PBIX are the dataflows and the dashboards (since a dashboard is just a set of pinned tiles).
JirkaZ
Solution Specialist
6 years agojerics99 You can do pretty much everything what's in the admin API
https://docs.microsoft.com/en-us/rest/api/power-bi/admin
Regarding the data model and reports - those are contained in the PBIX. The things that are not part of the PBIX are the dataflows and the dashboards (since a dashboard is just a set of pinned tiles).