Forum Discussion
Incremental dataset refresh
Hi PBILover,
Looks like some conditions did not fully met, while power bi supports selective partition refresh using detect data changes, but it only works when a few key conditions are met:
- The query must fully support query folding all the way to the data source (in your case, Synapse).
- ModifiedDate must be a datetime column and used as both the range and change detection column.
- Partition specific refresh takes effect only after the first full refresh.
- This feature is supported only in Premium, PPU, or Fabric capacities but not in Pro.
If any of these are not met, power bi will default to refreshing all partitions in the incremental range.
To confirm I recommend checking query folding, you can use the refresh history and verify which partitions were actually refreshed.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
- v-achippa1 year agoCommunity Support
Hi PBILover,
Thank you for confirming that all the required conditions are met. Since you are still seeing all partitions being refreshed, I recommend you to please raise a Microsoft support ticket so that they can analyze the backend telemetry and logs and investigate further.
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thanks and regards,
Anjan Kumar Chippa
- PBILover1 year agoHelper V
Sure, Thank you