This is a form of slowly changing records. To handle this you should have 2 dates, 1 day is record creation date and other is record update date.
Incremental refresh on the record creation date and implement Data change date as the updated date.
read more