Forum Discussion
Anonymous
2 years agoNot applicable
Incremental Refresh & Appending Current Data to Large Static Data Set
Hello 😊 I am designing a report that has two tables (Historical & Current) loaded from a Power BI Dataflow into a single Power BI dataset, which are too large to publish if I load the data before h...
lbendlin
2 years agoSuper User
That's the idea of incremental refresh. Your single table has multiple partitions, but only very few of them (ideally just the newest) will be reloaded when you issue a refresh request. The other partitions of that table are left alone (except for the consolidations at the end of periods, if you choose to do so).
Anonymous
2 years agoNot applicable
Yes I know about inrcemental refresh and am using it per my original post