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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
dbowman
Frequent Visitor

How to find dataflow use across all workspaces

Hello,

 

I am looking for a way to view the usage of a particular dataflow.

We have this dataflow controlling RLS, and is being used across different business areas.

Is there a way to find all datasets across all workspaces that read this dataflow as a source?

 

Any help appreciated!

1 REPLY 1
ibarrau
Super User
Super User

Hi. There is no view in the current tool to show that information. However, you can make it. You can use the Power Bi Rest API to get this data coding a small script or something like that. You must have a power bi admin account to proceed.

First get all dataset in the organization:

https://docs.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-as-admin

Then get the dataset's sources running the following request for each one:

https://docs.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasources-as-admin

The last request shows the sources involved. If you add all that information to a table, dataframe or whatever grid you are using in the script. You can search or filter the datasets using the specific dataflow.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors