Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.