Forum Discussion
tarun_sahu
1 year agoNew Member
How to programmatically create Dataflows in Microsoft Fabric (API or workaround)?
Hello everyone, I’m currently working on automating parts of my workflow in Microsoft Fabric, and I’m looking for a way to create Dataflows programmatically, without using the Fabric UI. I would li...
- 1 year ago
Hi!
it appears that you're referencing a link to Power BI Dataflows and their REST API which is different from the Fabric REST API for Dataflow Gen2.
For a Fabric Dataflow Gen2 you can use the endpoint below or even the Fabric CLI:
https://learn.microsoft.com/en-us/rest/api/fabric/core/items/create-item
miguel
1 year agoCommunity Admin
Hi!
it appears that you're referencing a link to Power BI Dataflows and their REST API which is different from the Fabric REST API for Dataflow Gen2.
For a Fabric Dataflow Gen2 you can use the endpoint below or even the Fabric CLI:
https://learn.microsoft.com/en-us/rest/api/fabric/core/items/create-item
- tarun_sahu1 year agoNew Member
Thank you, got it!!