Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Does anyone have a solution to enable query folding in Big Query? I have tried every trick and tip in the book...and nothing works. The only thing that sort of worked was setting the enablefolding=false, but then an error occurs when trying to load to the data model.
Thanks in advance!
Solved! Go to Solution.
Your question reminded me of Erik Svensen's blog post from 2020 where he walked through determining if query folding is happening or not. His motive for the post was
related to Incremental refresh with data from BigQuery. One of the prerequisites for
Incremental Refresh to work is that Power Query can be folded. The post is a quick
read, see if it adds any insights.
Your question reminded me of Erik Svensen's blog post from 2020 where he walked through determining if query folding is happening or not. His motive for the post was
related to Incremental refresh with data from BigQuery. One of the prerequisites for
Incremental Refresh to work is that Power Query can be folded. The post is a quick
read, see if it adds any insights.
Foodd, this is spot on!
Apparently my query was folding intially...even though "Native Query" is always greyed out. I did one transformation that broke the fold. I got rid of it...nice improvement in refresh.
Much thanks!