Forum Discussion
Join Types not supported by Query Folding
- 7 years ago
I came across this issue today as well and found a surprising solution: https://www.thebiccountant.com/2019/04/18/query-folding-joinkind-inner-gotcha-power-bi-power-query/
Hi Anonymous,
You could have a reference of this blog which introduces the query folding in more details.
Best Regards,
Cherry
Hi Cherry,
I have read through the blogs a few times to find the solution, but none of them I could find mention there being issues with certain join types. Can't see any mention of why a Left Outer would query fold while no others would?
Thanks,
- ImkeF7 years agoCommunity Champion
I came across this issue today as well and found a surprising solution: https://www.thebiccountant.com/2019/04/18/query-folding-joinkind-inner-gotcha-power-bi-power-query/
- Anonymous7 years agoNot applicable
Hi Imke,
Sorry I only saw your reply today. It is correct though, it does Query fold at the end!. The individual step itself still doesn't though, very odd. If creating the steps one by one this was an issue as it had to download all the rows before I could continue. Not sure whether to use inner joins with this issue or continue with left join, expand and filter. Will probably need to test which returns best performance.