Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
taimaizumi
Helper I
Helper I

Data flow dependency infomation

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

----------------------------------------------------------

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

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


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

2 REPLIES 2
taimaizumi
Helper I
Helper I

@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

ibarrau
Super User
Super User

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


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.