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
chadrenstrom
Frequent Visitor

locating reports that use a particular dataflow

I'm a Power BI admin and I'm trying to identify reports that are using a particular dataflow.  Doesn't seem to be a way to go from the dataflow to the reports, so this looks like I could use the upstreamDataflows REST API: https://docs.microsoft.com/en-us/rest/api/power-bi/admin/datasets_getdatasettodataflowslinksingroupa...

 

When testing using a workspace with a report/dataset where my developers tell me they are using a known dataflow, the "value" comes back blank.  Am I querying something incorrectly?  Is there a different way to do this I haven't found yet?  I am able to query for reports and datasets, but this one comes back blank.  Have others used this successfully?  

 

If you're interested... my Powershell query:

$url = 'admin/groups/' + $workspace.Id + '/datasets/upstreamdataflows'

Invoke-PowerBIRestMethod -url $url -Method Get

0 REPLIES 0

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.