Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Incremental Refresh, multiple policy(?)

Hi Guys, I'm wondering, are there any ways to configure multiple configurations on the SINGLE table?   So for example, I would like to refresh only the last say 1 day on weekdays and a full refr...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

    I'm afraid that there is no an elegant way to fulfill your needs. If you set incremental refresh for the dataset, there will be an initial refresh operation when you publish the corresponding report to Service. Partitions must be created, historical data loaded, objects such as relationships and hierarchies are built or rebuilt, and calculated objects are recalculated. But the subsequent refresh operations only refreshes the incremental refresh partition(s), so either individual or scheduled are much faster...

    Incremental Refresh in Power BI, Part 1: Implementation in Power BI Desktop

    All You Need to Know About the Incremental Refresh in Power BI: Load Changes Only

    You can consider splitting the data into historical and current data in two separate tables on the data source side. Then configure schedule refreshes with different date period for these two tables (History table on weekends, current data table on full date period)...

    Best Regards