Dataflows - Get Upstream Dataflows In Group
Returns a list of upstream dataflows for the specified dataflow.
Permissions
This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.
Required Scope
Dataflow.ReadWrite.All or Dataflow.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/upstreamDataflows
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
dataflow
|
path | True |
string (uuid) |
The dataflow ID |
|
group
|
path | True |
string (uuid) |
The workspace ID |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Definitions
| Name | Description |
|---|---|
|
Dependent |
A Power BI dependent dataflow |
|
Dependent |
The OData response wrapper for a list of Power BI dependent dataflows |
DependentDataflow
A Power BI dependent dataflow
| Name | Type | Description |
|---|---|---|
| groupId |
string |
The target group ID |
| targetDataflowId |
string |
The target dataflow ID |
DependentDataflows
The OData response wrapper for a list of Power BI dependent dataflows
| Name | Type | Description |
|---|---|---|
| @odata.context |
string |
|
| value |
The dependent dataflows |