Forum Discussion

rdnguyen's avatar
rdnguyen
Helper V
4 years ago
Solved

Cascading refresh schedule for linked Dataflows

Hi All,   May I have your suggestion in setting refresh schedule for a series of linked Dataflows? It's clearly that the Dataflows close to upstream gotta be refreshed first before the linked down...
  • Tutu_in_YYC's avatar
    4 years ago

    Hey Rich, 

    Are the dataflows in the same workspace or different? If the same, it triggers refreshes for all dependant entities. If not, then you need to set a schedule.
    https://docs.microsoft.com/en-us/power-query/dataflows/linked-entities#refresh-logic-in-power-bi

    For scheduled, I try to leave as much buffer (typically 1hr) between downstream and upstream, because even though if a refresh is scheduled at 8.30am, it might run later than that due to various reasons such as resource queing (less of an issue if you have Premium Gen2). And of course I also consider the refresh duration of the upstream one. I am also open to other suggestions if the community has any.  

    Another option is to use Power BI rest API in azure automation runbook to trigger refresh after the other refresh is done. This requires more work to set up.