Forum Discussion
Migration Power BI Service to another tenant easily
I'm using PBI Cloud and have reports in my tenant. I've acquired another tenant and want to move all my reports there. Is there a reasonable way to do this without downloading and republishing them?
I've seen a ticket was solved on 2021 year https://community.fabric.microsoft.com/t5/Desktop/PowerBI-tenant-to-tenant-migration/m-p/1769388.
Might be quick solution has been announce at this time which I missed.
Kind Regards,
Gรถkberk Uzuntaล
๐ If this post helps, then please consider Accepting it as a solution and giving Kudos โ it helps other members find answers faster!
๐ Stay Connected:
๐ Medium |
๐บ YouTube |
๐ผ LinkedIn |
๐ท Instagram |
๐ฆ X |
๐ฝ Reddit |
๐ Website |
๐ต TikTok |
Hi. There is no tool with UI to migrate. If you have a repository with all the development. It's only publishing back.
The alternative for preventing manual intervention would be using the Power Bi Rest API. You could use SimplePBI (python lib for this). Then "export report in group", capture the content and "import report in group". That could work. We have done it in similar escenario.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group
https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group
https://pypi.org/project/SimplePBI/
I hope that helps,
1 Reply
- ibarrau
Super User
Hi. There is no tool with UI to migrate. If you have a repository with all the development. It's only publishing back.
The alternative for preventing manual intervention would be using the Power Bi Rest API. You could use SimplePBI (python lib for this). Then "export report in group", capture the content and "import report in group". That could work. We have done it in similar escenario.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group
https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group
https://pypi.org/project/SimplePBI/
I hope that helps,