Forum Discussion
Reports migration from one workspace to multiple workspaces using pipelines
Hello Experts,
Is there any pipeline solution for migrating contents from one workspace to multiple workspaces? for example, in my Dev workspace A, I have 10 reports and I want to publish 4 reports to workspace B and 6 reports to workspace C using pipelines. All the workspaces are premium workspaces.
I see that a workspace can be assigned to only power bi pipeline, and the PBI pipelines seem to have 1:1 with source and destination workspace.
If it is possible, we are thinking to have one premium workspace per team where they could do all of their development work. And then deploy their apps to different workspaces (depending on the service line) using pipelines.
Can we achieve this through azure devOps or other ways (automated only, not by doing manual migration).
Thanks
- Anonymous2 years ago
Hi izak004 ,
If you are using Azure DevOps, you can use it in conjunction with the Power BI REST API, providing a more flexible solution for automating the migration of reports to different workspaces.
Additionally, while Power BI deployment pipelines typically follow a 1:1 mapping between the source workspace and the target workspace, you can achieve the goal by creating multiple pipelines.For more details, you can read below document:
Overview of Fabric deployment pipelines - Microsoft Fabric | Microsoft Learn
Pipelines - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi izak004 ,
If you are using Azure DevOps, you can use it in conjunction with the Power BI REST API, providing a more flexible solution for automating the migration of reports to different workspaces.
Additionally, while Power BI deployment pipelines typically follow a 1:1 mapping between the source workspace and the target workspace, you can achieve the goal by creating multiple pipelines.For more details, you can read below document:
Overview of Fabric deployment pipelines - Microsoft Fabric | Microsoft Learn
Pipelines - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.