Forum Discussion
Teige_Gao
6 years agoFrequent Visitor
Migrate Dataflow
Good afternoon everyone,
How can we migrate dataflow from one workspace to another? I have two workspaces, one for development and another for product, what's the best way to sync the dataflow between these two workspaces?
Thanks & Regards
2 Replies
- AVH_TechFrequent Visitor
You can export the current dataflow as JSON and import it into the new one.
https://data-marc.com/2019/10/22/move-dataflows-across-workspaces-with-the-power-bi-rest-api/
- v-eachen-msftCommunity Support
Hi Teige_Gao ,
After reasearching and testing, i didn't find any option.
One workaround is to copy the code in the created dataflow, then when cretate another dataflow, select a blank query and paste the code in the editor.