Forum Discussion

PKGR's avatar
PKGR
Frequent Visitor
2 years ago
Solved

Tenant to Tenant Migration

Hi

we have approximately 200 WorkSpaces (includes premium and pro workspaces), 200 dataflows, 500 datasets, 2000 Reports and 100 Dashboards to migrate from Tenant A to Tenant B.
Curious to know if there is any PowerShell scripts available to migrate. 

  • Hi. Sadly I don't think there is a way or tool for migrating all that. You could use PowerBi Rest API to export/download datasets or reports (the original file with the dataset, no live connection ones) and import/publish them back to other tenant. I know that works because we made it with SimplePBI python unofficial library for PowerBi Rest API. However, there is no request for exporting dataflows or dashboards with API. You could export and import dataflow JSON files manually for migration. The one that can't do it anyway is dashboards.

    I hope that helps,

1 Reply

  • Hi. Sadly I don't think there is a way or tool for migrating all that. You could use PowerBi Rest API to export/download datasets or reports (the original file with the dataset, no live connection ones) and import/publish them back to other tenant. I know that works because we made it with SimplePBI python unofficial library for PowerBi Rest API. However, there is no request for exporting dataflows or dashboards with API. You could export and import dataflow JSON files manually for migration. The one that can't do it anyway is dashboards.

    I hope that helps,