Forum Discussion
AnandGNR
Helper I
4 years agoIncremental Refresh takes almost same time as Full refresh in PBI Service
Hi, I have set up incremental refresh on 2 fact tables that are part of my dataset. I have given an active range of 12 months with an archive of 2 years and use LastModified to detect changes. I kno...
Prachi0202
2 years agoFrequent Visitor
I am trying the Incremental refresh now with the XMLA end-point and the partitions I can see are as below for now
As the incremental is on UpdateDate, is the reason all 2022 records count is in 2023.
Lets us see how much time this XMLA method takes. But need to understand has anyone used this method for Incremental Refresh and how you find it working?
Is it helpful in resolving the long time refresh with the Incrementsl refresh?
Regards,
Prachi
lbendlin
Super User
2 years agoYou cannot use UpdateDate for incremental refresh, that will lead to data duplicates. Use something immutable like CreatedDate.
- Prachi02022 years agoFrequent Visitor
Update date is the date when data is loaded from source to the destination so I think its same a the created date, and we have Incremental Refresh set just for a day.