Forum Discussion
Tito
2 years agoHelper IV
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...
- 2 years ago
Table.Group(your_table, "Product", {"Number", each List.Min({1, List.Sum(_[Number])})})