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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jak8282
Helper III
Helper III

Viewing Lineage upstream across different workspaces

Hi,

 

We have a main Workspace where we store our dataflows, which we then use across multiple workspaces and reports.

 

Is there a way to view upstream which workspaces and reports use that dataflow?

 

Thanks

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. Well you can use the linage view to check by UI the flow of the data. If you just want to understand if the dataflows is being used you can use the PowerBi Rest API to check dataflows linked to datasets.

Doc to the request: https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-dataset-to-dataflows-links-in...

That one should help you understand if the dataflows of the workspace are being used by which dataset.

Then if you want to map it to reports you have to build another request to get reports of the dataset.

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

1 REPLY 1
ibarrau
Super User
Super User

Hi. Well you can use the linage view to check by UI the flow of the data. If you just want to understand if the dataflows is being used you can use the PowerBi Rest API to check dataflows linked to datasets.

Doc to the request: https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-dataset-to-dataflows-links-in...

That one should help you understand if the dataflows of the workspace are being used by which dataset.

Then if you want to map it to reports you have to build another request to get reports of the dataset.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors