Forum Discussion
ybarsabal
1 year agoResolver I
Simultaneous Refresh?
Let's say I have a PBI report that uses a dataflow. If the dataflow is currently refreshing (takes 10 minutes), what happens if the PBI report also tries to refresh while the dataflow is refreshing? ...
- 1 year ago
hello ybarsabal
When a Power BI dataset refresh overlaps with an ongoing dataflow refresh, the dataset will use the last successfully committed version of the dataflow, avoiding partial data scenarios
Power BI dataflow refreshes are transactional, meaning changes are committed only if the entire refresh succeeds. If a dataflow refresh fails or is interrupted, no partial data is saved—the dataflow remains in its last stable state. This ensures datasets never reference incomplete or corrupted data.
If this is helpful please accept the answer