Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi, community.
I'd like to know how to get data flow dependency information from each report in certain workspace.
The detail is as follows.
----------------------------------------------------------
<My requirement>
To get infomtaion about how each report denpends on data flow in certain workspace as list or json format
<Background>
・Our data flow is now used in many report
・But sometimes update of data flow fails for some reason
・So getting dependency information between data flow and report is useful
・Once we get such information, I can notify each user that data flow which is used in your report is not latest becasuse of update error
----------------------------------------------------------
Solved! Go to Solution.
Hi. I think you could use the API to get the datasets using dataflows. The reports are reading datasets, so the datasets are the real deal connecting to dataflow.
This is a post showing how to get orphan datasets as an explanation on how you could do the main steps for getting the datasets that are using dataflows and which are those dataflows: https://blog.ladataweb.com.ar/post/678806355421888512/simplepbi-obtener-dataflows-sin-conexión-a-un
The key request would be: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-to-dataflows-links-in-group
You can check the datasets conected to dataflows by workspace.
I hope that helps
Happy to help!
@ibarrau
Thank you for your kind support!!
As you mentioned, this will solve my proble, so I'll try it.
I mark your answer as solution.
Best regards
Hi. I think you could use the API to get the datasets using dataflows. The reports are reading datasets, so the datasets are the real deal connecting to dataflow.
This is a post showing how to get orphan datasets as an explanation on how you could do the main steps for getting the datasets that are using dataflows and which are those dataflows: https://blog.ladataweb.com.ar/post/678806355421888512/simplepbi-obtener-dataflows-sin-conexión-a-un
The key request would be: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-to-dataflows-links-in-group
You can check the datasets conected to dataflows by workspace.
I hope that helps
Happy to help!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |