Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I need help with tool, techniques or any workaround which could save me hours of effort.
I have a request at hand where the customer wants to migrate all 20 previous workspaces and all it contents to the exisitng one.
That includes all Dataflows, Datasets, and Reports and replicate it into the new workspace
Any help, guidence would be really appreciated.
Thanks
Solved! Go to Solution.
Hey @RashidSaba ,
Currently, Power BI does not provide a built-in feature to clone or copy an entire workspace with all its contents (dataflows, datasets, reports) directly into another workspace. Migrating or replicating multiple workspaces with full content usually requires a combination of manual and automated steps.
Here are some approaches and tools that can help save time:
If this explanation helped, please mark it as the solution so others can find it easily.
If it helped, a quick Kudos is always appreciated it highlights useful answers for the community.
Thanks for being part of the discussion!
Hi @RashidSaba ,
May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.
Thank you.
Hey @RashidSaba ,
Currently, Power BI does not provide a built-in feature to clone or copy an entire workspace with all its contents (dataflows, datasets, reports) directly into another workspace. Migrating or replicating multiple workspaces with full content usually requires a combination of manual and automated steps.
Here are some approaches and tools that can help save time:
If this explanation helped, please mark it as the solution so others can find it easily.
If it helped, a quick Kudos is always appreciated it highlights useful answers for the community.
Thanks for being part of the discussion!
Hi @RashidSaba ,
Thank you @ibarrau for your inputs.
We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.
Best Regards,
Chaithra E.
Hi. It might depend on the licence you have. If you have capacity, it might be a good idea to integrate the workspaces with Git. Both the empty new and the one with the content. Then copy all that content in the file system from the old to the new one. Commit and push the changes. That should work.
If you don't have capacity and you can't integrate with git repo. Then consider the Power Bi Rest API. The dataflows could be tricky but I think they can be exported as json files. You might need to load them manually. About dataset and reports you can totally export them as pbix and import back to another workspace. The only scenario preventing that flow is when the dataset has configured incremental refresh or was modified with XMLA endpoint. You can use the Power Bi Rest API or the Fabric API. You can use the new microsoft sdk or an unofficial library that makes it simple for python called SimplePBI.
If everything is in the same Tenant/Organization, and those are simple reports, then you can do something simple like this: https://blog.ladataweb.com.ar/post/697833112208539648/simplepbipython-copiar-pbix-entre-áreas-de
Otherwise it might required a bit more coding skills.
I hope that helps,
Happy to help!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 17 | |
| 14 |