Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 downstream one. Currently the Schedule time is every 1/2 hour, are you using that standard slot or are you using a different way?
Thanks,
Rich
Solved! Go to Solution.
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.
Thanks Tutu
Your suggestion is helpful.
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.