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...
lbendlin
Super User
2 years ago= Table.SelectRows(#"Changed Type", each [TransactionDate] >= RangeStart and [TransactionDate] < RangeEnd)
Prachi0202
2 years agoFrequent Visitor
Hey thanks, it worked. Can you help me with the Detect Data change option, because the refresh is still taking 40 mins. And I need to use UpdateDate for detecting the data chnges, its the requirement.
Thanks and Regards
Prachi