Forum Discussion
Anonymous
2 years agoNot applicable
Appending Current Data to Large Static Data Set & Incremental Refresh
Unsure if this is the right forum, or PBI Service ( my apologies for duplication) I'm designing a report that has two tables (Historical & Current) loaded from a Power BI Dataflow into a single Po...
Akash_Varuna
1 year agoSuper User
I think using the following approach will work:
- Load only the appended table, disable the load for Historical and Current tables while keeping them for transformation (appending).
- Move the logic for appending the tables to Power BI Dataflows to reduce dataset size in Power BI.
- Set up incremental refresh on the appended table, so only new data gets refreshed, optimizing the process.