Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

API for Get Refresh Schedule of Dataflows

Currently, there is no way to get the actual refresh schedules of dataflows through the API. It is very important to see the coordination of dataflow and dataset refresh schedules. This seems like an overdue API option.


Can we please get this for dataflows, directly or through $expand?


I would assume it would be the same as datasets, just swapping out "datasets" for "dataflows" in the url.

We need: https://api.powerbi.com/v1.0/myorg/dataflows/{dataflowId}/refreshSchedule


If you want to take this a step further, would it be possible to include refresh schedules somehow into an $expand on GetGroupsAsAdmin? Or at the least an $expand option on the Get Dataflows? (Then do the same to $expand on the Get Datasets).


We can get the lists of datasets and dataflows by $expand on GetGroupsAsAdmin, but in order to keep the API Looping to a minimum, if we could expand additional details like Users/Access and Refresh Schedules off of this $expand of Groups, that would be a game changer.

Status: New
Comments
johan_schelin
New Member

Yes please add this, as it is crucial for monitoring.

fbcideas_migusr
New Member
Status changed to: New
 
Tobiasz
Advocate I
+1. We are trying to shift to dataflows in order to reduce hits to our SQL Server and to centralize transforms, but it was disappointing to realize this lack of feature parity with semantic models. We report heavily on semantic model refresh schedules via the Power BI REST API - now that we are shifting some of the data load onto dataflows, we need similar reporting functionality for dataflows.
CoreyDupuis
Regular Visitor
This is still a desired feature. The best we can currently do is to query the transactions and see if there was a recent refresh on a schedule. Please bring the functionality from datasets/{datasetId}/refreshSchedule to dataflows.