Forum Discussion
Incremental Refresh takes almost same time as Full refresh in PBI Service
Use SSMS or DAX Studio to check how many partitions that table has
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
- lbendlin2 years ago
Super User
You 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.