Forum Discussion
Tenant to Tenant Migration
- 2 years ago
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,
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,