Forum Discussion
Incremental Refresh by Audit Fields
- 6 years ago
Incremental refresh is designed for (very) slow changing data, close to immutable. Stuff that you receive once and that then doesn't ever change again.
Why don't you put your historical (immutable) data in one table with incremental refresh and your forecast data and other mutable data in another table without incremental refresh? You can union the tables in Power Query if needed.
Incremental refresh is designed for (very) slow changing data, close to immutable. Stuff that you receive once and that then doesn't ever change again.
Why don't you put your historical (immutable) data in one table with incremental refresh and your forecast data and other mutable data in another table without incremental refresh? You can union the tables in Power Query if needed.