Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have choosen Sales data for Fabric POC. Team has created different tenant accounts and developed the POC . But , i wanted to show all in one Place . So, that i wanted to move All workapces into one tenant . Can you please help me in that.
Git is working for Power BI reports not the lakehouse, data pipelines, notebooks and sparkjobdefintions
Hi all,glad the guys are participating in this thread.
Hi @Anonymous ,
If you want to migrate all resources to another tenant, you can export the reports or, if you have previously backed up the pbix files of your Power BI reports, you can publish the pbix files to the new Power BI tenant REST APIs and PowerShell can help you perform easier operations and avoid the hassle of manually performing operations one at a time.
Power BI Cmdlets reference | Microsoft Learn
Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn
Hi @Anonymous ,
There is a copy workspace PowerShell script available on GitHub. It' copies between workspaces in same tenant, but you can modify it to copy between workspaces in different tenants (copy dashboards will probably not work between tenants).
Kind regards,
Martin
Can we migrate Fabric workspace from one tenant to another tenant using above script like Lakehouse , notebook, sparkjobdefintions , Pipelines data flows and all ..
Hi @Rajibalaji ,
For this scenario I'd rather recommend using Git integration to sync artifacts to new workspace (in same or different Power BI tenant) Manage a workspace with Git. - Microsoft Fabric | Microsoft Learn
Kind regards,
Martin