Forum Discussion
Incremental Refresh Question
- 1 year ago
Hi tecumseh - when dealing with large datasets , you can apply incremental refresh.
Each table (or view) that you configure for incremental refresh must originate from one data source (e.g., Snowflake in your case).
You cannot combine multiple sources in a single table that is set up for incremental refresh.
However, you can have multiple tables/views (from Snowflake) with incremental refresh, as long as each table follows the rules.Since your 7 tables/views all come from Snowflake, they can individually have incremental refresh.
Following solved thread FYR:
Solved: Incremental Refresh Questions - Microsoft Fabric Community
Solved: Incremental load on multiple tables - Microsoft Fabric Community
Solved: Hybrid Tables, Snowflake and Query Folding - Microsoft Fabric Community
Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
Thanks rajendraongole1 ,
Much appreciated,
w