Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
po
Post Prodigy
Post 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 (oracle) looks to have similar sql to initial load ....<1000

 

Is this expected?

 

Had been expecting to see somewhere in the sql the RangeStart and RangeEnd parameters as set to store last 2 years worth of data but update data in last 2 days hence would have expected to see >= '11-MAY-2020' AND < '13-MAY-2020' or similar

 


from <view> "$Table") "$Paged"
where rownum <= 1000
 
Thanks

Details

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi 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.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

3 REPLIES 3
v-deddai1-msft
Community Support
Community 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.

Untitled picture.png

Best Regards,

Dedmon Dai

Hi,

 

Thanks for reply.

 

Guess since neevr got query folding error when set it up oracle supports query folding.

 

Thanks

 

GilbertQ
Super User
Super User

Hi 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.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors