Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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?
Worst case I'm imagining the dataflow only "partially filled" with data so that the PBI report ends up refreshing with only partial data. Best case I'm hoping the dataflow is always completed filled, and the refresh is more of an instantaneous event AFTER the dataflow was already refreshed on the backend.
Solved! Go to Solution.
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
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
Oh, ok, that's reassuring. Do you know if datasets (semantic models) can partially refresh? Just today I had a dataset that said the refresh was complete, but one of the tables was definitely empty.
Power BI datasets (semantic models) are designed to refresh atomically, meaning all data updates either fully succeed or fail without partial commits
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 16 | |
| 14 | |
| 11 | |
| 9 | |
| 8 |
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 29 | |
| 27 | |
| 25 |