Forum Discussion
joschu-web
6 months agoFrequent Visitor
REST API Dataflows - Get Dataflow Data Sources does not work for Dataflow gen2
Hello experts, I try to create a model where I can see if all my dataflows and datasets are updated. Therefor I want to extract all dependencies. But I often face the issue, that the rest apis do no...
- 6 months ago
Hi joschu-web,
The Power BI APIs that you are using are only for dataflow gen 1. I'd suggest taking a look at the Fabric APIs. Specifically, Items - Get Dataflow Definition - REST API (Dataflow) | Microsoft Learn
You will need to decode the base64 payload, but once done this should give you all details you need to know about the dataflow gen 2.
tayloramy
6 months agoSuper User
Hi joschu-web,
The Power BI APIs that you are using are only for dataflow gen 1. I'd suggest taking a look at the Fabric APIs. Specifically, Items - Get Dataflow Definition - REST API (Dataflow) | Microsoft Learn
You will need to decode the base64 payload, but once done this should give you all details you need to know about the dataflow gen 2.