Forum Discussion
Remove duplicates without breaking query folding?
grggmrtn , how are you deleting duplicate as of now, power Query- delete duplicate ?
- grggmrtn5 years agoPost Patron
Yeah, exactly.
- V-lianl-msft5 years agoCommunity Support
Hi grggmrtn ,
This can happen if the date ranges are set NOT up to as follows: [Date] >= RangeStart and [Date] < RangeEnd. Is your upper bound set to be equal to or less than or just less than?
Refer to this thread:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- grggmrtn5 years agoPost Patron
Hi V-lianl-msft thanks for the reply...
Your answer would make sense if I had actually set ranges, but I haven't gotten to setting the ranges yet, because query folding on my dataset breaks. The final step in my query (remove duplicates) breaks the folding.
So my question is, how can I remove the duplicates without breaking the folding?