Forum Discussion

Yashodhan's avatar
Yashodhan
Frequent Visitor
3 years ago

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

  • 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]))

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Yashodhan ,

     

    Please see if this blog and video helps.

    SUMIF in Power Query

     

    Best Regards,
    Gao

    Community Support Team

     

    If 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