Forum Discussion
SUMIF Function in Power query
How to create Power query or M language query for SUMIF function ?
I have following formula available in Excel :
Quantity =SUMIF( Concatenated , [@Concatenated], On time quantity )
where On time Quantity is depend on Quantity .
please suggest or help me to solve this.
Thanks in anticipation
Power Query
2 Replies
- MasterSonicHelper IV
Add Custom Column
In the "New column name" field, enter a name for the new column (e.g., "Quantity"). In the "Custom column formula" field, enter
= List.Sum(List.Select([On time quantity], each [Concatenated] = [@Concatenated]))
- AnonymousNot applicable
Hi Yashodhan ,
Please see if this blog and video helps.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum