March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
This is the REST API I'm referencing: https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-upstream-dataflows-in-group
We were previously able to call this API for a user, but now this returns no results. The same API returns the right results for a service principal. For the username/password Application Registration we use, it already had the Dataflow.Read.All permissions and this was working until very recently, possibly just yesterday.
Did anything change with this API? Is this issue temporary or is this API being phased out or anything?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @brittaf2002 ,
Based on the information I found, there doesn’t seem to be any recent changes or deprecations to the APIGet Upstream Dataflows In Group.
This API requires either or permissionsDataflow.ReadWrite.AllDataflow.Read.All. If you’re using a service principal, it’s important to note that this API call can be made by a service principal profile.
If you’re experiencing issues, it might be due to changes in the user’s permissions or the dataflows themselves.
I would recommend checking the following:
1.The user still has the necessary permissions ( or ).Dataflow.Read.AllDataflow.ReadWrite.All
2.The dataflows you’re trying to access are still available and haven’t been moved or deleted.
3.There have been any changes to the service principal’s permissions or settings.
Best regards.
Community Support Team_Caitlyn