Forum Discussion
Anonymous
7 years agoNot applicable
Import a json dataflow config
Hello everyone. I created a dataflow in a Power BI workspace. This workspace is connected the SQL Server in Azure. Now I want transfer this dataflow to another workspace. Is it possible? I exported...
Anonymous
6 years agoNot applicable
There is an option in dataflows to Import Model, which then presents you to select a json file.
frano72
6 years agoHelper IV
Hi, did you actually try this though ? I've tried it and nothing happens after selecting the JSON that was previously exported and clicking OPEN. Maybe you have to modify the JSON with a new unique dataflow name ??
- MarceloPereira6 years agoFrequent Visitor
Hi frano72 .
I didn't try this. As I said to Anonymous, when I needed this option didn't exist.
I recreated the flow with the same name in another workspace.
regards,
Marcelo.
- lisahua466 years agoMicrosoft Employee
1. change model.json file exported from dataflow to a different name, if you don't want to delete the old one.
2. Change AllowNativeQueries attribute in model.json to false if it's true.