Forum Discussion
Is it possible to migrate dashboards between workspaces
- 5 years ago
Hi. You can use Development Pipelines. It is a new service in a Premium Capacity. If you don't have Premium, you maybe able to build something with Azure DevOps. Check the examples for CI/CD, those might help to create the workspaces that will handle the files if they are an specific folder in repo.
https://community.powerbi.com/t5/Community-Blog/PowerBI-CICD-using-Azure-DevOps/ba-p/769244
Hope that helps,
- Anonymous5 years ago
Hi AnandNamburi ,
There is currently no feature that allows us to migrate one workspace to another
However, you can use another method to copy the workspace using the rest API and the PowerShell script, but it does not seem to be applicable to the personal workspace
Duplicate workspaces using the Power BI REST APIs: a step-by-step tutorial
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi. You can use Development Pipelines. It is a new service in a Premium Capacity. If you don't have Premium, you maybe able to build something with Azure DevOps. Check the examples for CI/CD, those might help to create the workspaces that will handle the files if they are an specific folder in repo.
https://community.powerbi.com/t5/Community-Blog/PowerBI-CICD-using-Azure-DevOps/ba-p/769244
Hope that helps,