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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
blairtoews
New Member

Ignoring Incremental Refresh Warning - Query Folding

Hello,


I know many have asked questions surrounding the "Unable to confirm if the M query can be folded..." warning when setting up incremental refresh.  Hopefully this question is not redundant:

 

I've written a native query, using temporary tables, and have have set up the RangeStart and RangeEnd parameters and have implemented incremental refresh successfully (based on tests I've run, uploading the report to my company's appspace / gateway), while ignorning the query folding warning message. 

My question is: "If I'm getting the results that I'm expecting, is it a big deal that the query cannot be folded?"

I've heard others say that this is just a prompt / warning and its not going to prevent incremental refresh from happening, so why not ignore it?  If my tests prove successful and the incremental refresh process is working, are there any other inintended consequences / pitfalls that I might experience as a result of my native query not being foldable?

Thanks!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You're good.  Not having query folding may slightly increase the processing overhead when partitions are rearranged at the date interval boundaries (new year, new quarter etc) to move data from hot to warm to cold partitions. 

 

In Datasets you can apply the RangeStart/RangeEnd filter as soon as it makes logical sense in your query. If you already do it in the native query then that is optimal.  Unfortunately this cannot be applied the same way in dataflows.

View solution in original post

2 REPLIES 2
blairtoews
New Member

Thank you @lbendlin for the response.  I appreciate it!!

lbendlin
Super User
Super User

You're good.  Not having query folding may slightly increase the processing overhead when partitions are rearranged at the date interval boundaries (new year, new quarter etc) to move data from hot to warm to cold partitions. 

 

In Datasets you can apply the RangeStart/RangeEnd filter as soon as it makes logical sense in your query. If you already do it in the native query then that is optimal.  Unfortunately this cannot be applied the same way in dataflows.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors