Forum Discussion
Admin Rest API Datasets GetDatasetsAsAdmin - upstreamDataflows column outputs all nulls
Hi collinq,
Thanks for engaging and the ideas.
I am a Power BI Service Admin for my org and I have been able to produce a "service-able" data model with Admin API Calls without assignming myself access to each and every Workspace, of course it could always be better. My question is more specific to that 1 API call, which feels like false advertising, or maybe I am doing something wrong.
If there is a column called "Upstreamdataflows", why is it not populating? All of the other columns are populating as expected from the API Call. WorkspaceId, DatasetId, Dataset Name, Dataset Created Date, etc.
Reading between the lines on your logic and applying to my situation, I do have access to the Workspaces that have upstream dataflows, and I have access to the workspaces with datasets that are built from those upstream dataflows I am trying to return, so that shouldn't be the show stopper here.
Hey Anonymous ,
I am not sure why that wouldn't be populating. Are you able to run this API call by itself and get any result? Admin - Dataflows GetUpstreamDataflowsInGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
- Anonymous3 years agoNot applicable
collinq Yes Sir! I was able to use this API Admin - Datasets GetDatasetToDataflowsLinksInGroupAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn
and pick and choose the select workspaces to retrieve my upstreamdataflows... its a limited workaround for now, but not great when I oversee 400 workspaces and growing, but we are trying to organize dataflows in a limted number of staging workspaces for better wide-scale visibility and use in multiple reporting workspaces.