Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello,
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/datasets-get-datasets-as-admin
I am using the Rest API Datasets GetDatasetsAsAdmin sample request to return some data, However the column "upstreamDataflows" are returning all nulls. Is there a way to populate this so I can see my upstream dataflows for each dataset?
Hi @Kwarre35 ,
For the API's to come back to you you will have to have permissions to each of those workspaces that house the dataflows. Basically, to write effective API reports that get "everything" for your organization, you have to make yourself an admin/user on each and every workspace. You can get some "metadata" type stuff but you can't "reach in" and get the data within the Workspaces without being a user in them.
Proud to be a Datanaut!
Private message me for consulting or training needs.
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 @Kwarre35 ,
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) | Micr...
Proud to be a Datanaut!
Private message me for consulting or training needs.
@collinq Yes Sir! I was able to use this API Admin - Datasets GetDatasetToDataflowsLinksInGroupAsAdmin - REST API (Power BI Power BI REST APIs) |...
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.