Forum Discussion
PBILover
Helper V
1 year agoIncremental 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
Super User
1 year agoYou 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