Forum Discussion

Sdhn420's avatar
Sdhn420
Helper IV
5 years ago
Solved

Remove Similar Rows

Hi,    I have data similar to below. Customer Material Sales Value 123 ABC 2000 123 ABC -2000   How can i remove such rows in power query? Where sales value is positive in one ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Sdhn420 ,

     

    Please try to use the following formula to add a new custom column:

    =Number.Abs([Sales Value])

    Then delete the Sales Value column and remove the duplicates rows:

    Best Regards,
    Eyelyn Qin
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.