Forum Discussion
PBILover
1 year agoHelper V
Incremental dataset refresh
How to perform incremental refresh based on modified date in Power BI? I have a requirement where-in I need Incremental refresh with the ability to handle modifications. i have record created ...
Deku
1 year agoSuper User
You can only ever refresh a full partition, not a particular row. If the older version of the row is in archived partition it will remain. You can extend the window of active partitions and set a polling expression so that partitions without an updated modified date are not refreshed.
See this Chris webb post on the topic