Forum Discussion
po
6 years agoPost Prodigy
Incremental Refresh not working?
Hi, Have set up incemental refresh on a table and first refresh completed and had sql similar to below. Expecting subsequent incremental refreshes to be much quicker When look at database...
- 6 years agoHi there
If you can have a look in Power Query where you configured the RangeStart and RangeEnd and see if you can view the Native Query when right clicking on the last step.
If you can it should query fold (which will allow for incremental refreshing).
If no query folding then it cannot complete the incremental refresh.
v-deddai1-msft
6 years agoCommunity Support
Hi po ,
Incremental refresh is based on transferring the partition filter to the data source system to reduce the amount of refreshed data. Once the source data don't support query fold, the entire data is refreshed into power bi memory.
SQL-based data sources (such as SQL, Oracle, and Teradata) can determine whether the incremental refresh can be performed normally by viewing the warning when configuring incremental refresh.
Best Regards,
Dedmon Dai
po
6 years agoPost Prodigy
Hi,
Thanks for reply.
Guess since neevr got query folding error when set it up oracle supports query folding.
Thanks