Forum Discussion
A question regarding the refresh of dependent dataflows
Dear All,
I'm currently working on an application using various dataflows, below is an example of a dataflow B using as a datasource another dataflow (A) and a different datasource (A2).
When the dataflow A is refreshed, the refresh of (B) is triggered automatically. In this case, does the second refresh affect the part related to (A) exclusively (a_1 and a_2) or does it include all the other queries (so a_1, a_2, a2_1 and a2_2) ?
Thanks in advance
Hi Anonymous ,
the former: only a_1 and a_2 will be refreshed.
This is called "Orchestration": Understand and optimize dataflows refresh - Power BI | Microsoft Learn
2 Replies
- ImkeF
Community Champion
Hi Anonymous ,
the former: only a_1 and a_2 will be refreshed.
This is called "Orchestration": Understand and optimize dataflows refresh - Power BI | Microsoft Learn - AnonymousNot applicable
Thanks for the prompt answer Imke.