The Power BI Dataflow Refresh job type triggers a Power BI dataflow refresh
via
POST groups/{workspaceId}/dataflows/{dataflowId}/refreshes?processType=default.
This job type is supported on the Power BI platform.
Power BI Dataflow Refresh (set automatically on import).GET groups/{workspaceId}/dataflows — every dataflow in the configured workspace.
The dataflow refresh endpoint accepts no run-time parameters.
| Direction | Sent in the refresh request | Updated from response |
|---|---|---|
| (all) | ❌ (not supported) | ❌ (not supported) |
Parameterise the dataflow's queries and connections in Power BI itself; Polysync acts purely as the trigger and the monitor.
Polysync sends notifyOption: NoNotification, which the Power BI API requires
for service-principal callers.
POST groups/{workspaceId}/dataflows/{dataflowId}/refreshes?processType=default.GET .../dataflows/{dataflowId}/transactions — the
transaction captured at execute time when available, otherwise the newest
transaction (the API returns them newest first).https://app.powerbi.com/groups/{workspaceId}/dataflows/{dataflowId}
Unknown — no transaction was returned yet. Power BI
creates the transaction shortly after the request is accepted; it resolves on
the next poll.