Forum Discussion

Tito's avatar
Tito
Helper IV
2 years ago
Solved

Duplicated

I have a duplicate in the "Product" column. I want to have a new column without duplicates, the new column must look like this: - If the sum of the number of each duplicate product is greater than 1...
  • AlienSx's avatar
    2 years ago
    Table.Group(your_table, "Product", {"Number", each List.Min({1, List.Sum(_[Number])})})