Forum Discussion
Anonymous
3 years agoNot applicable
Power Query Sumifs
Hi,
I would like to replicate sumifs in power query (and not DAX). I know I can use group by, but one of the criteria is <= insetad of =.
Here is an example in excel:
=SUMIFS(B:B;D:D;D2;C:C;C2;E:E;"<="&E2)
Could you please help me? 🙂
pls try this
2 Replies
- AhmedxSuper User
pls try this
- AnonymousNot applicable
Amazing, works! Thank you so much!!