Forum Discussion
elimleung
1 year agoFrequent Visitor
How to do incremental refresh in power BI without duplication?
I have a table like following in my SQL Database and is loaded into Power BI where the Last Update Date have been setup for Incremental Refresh with 2 days windows using the rangestart and rangeend. ...
- 1 year ago
You can set a longer active window and use polling expressions. The polling expression would only allow a partition if refresh if the max updated date for that partition is greater then the bookmark from the last refresh of that partition.
Deku
Super User
1 year agoYou can set a longer active window and use polling expressions. The polling expression would only allow a partition if refresh if the max updated date for that partition is greater then the bookmark from the last refresh of that partition.
elimleung
1 year agoFrequent Visitor
Thanks Deku. I will try.