Forum Discussion
hoosha_11
2 years agoHelper I
Table.Distinct and Table.Group breaks query folding
Hi, I'm using Table.distinct to remove duplicates from a column in a table but query folding breaks, even if I remove duplicates in the last step. The transformation process is quite simple, with...
lbendlin
2 years agoSuper User
what's your data source? Consider using Value.NativeQuery and indicate that folding should be used.