Forum Discussion
Incremental Refresh - Reducing "Load" on Datasource
- 4 years ago
What really happens is that Power BI Service stores the results of the query against your data source in separate partitions. Based on how you specify your parameters it will then only run subqueries for the partitions that need to be updated, and will not run any queries for older partitions.
This will reduce the load on your source system, but only if you have an index on the field that you use for RangeStart/RangeEnd.
What really happens is that Power BI Service stores the results of the query against your data source in separate partitions. Based on how you specify your parameters it will then only run subqueries for the partitions that need to be updated, and will not run any queries for older partitions.
This will reduce the load on your source system, but only if you have an index on the field that you use for RangeStart/RangeEnd.