Hi,
I want to remove duplicates based on the first column, but keep the row with the highest price based on the last column. So in the image item 0000.9166 should keep the row with price 11.85
Thanks
Solved! Go to Solution.
In Power Query Editor, do a group on item and create a new column with Max on Price.
Below is the data
after applying below grouping
This is the required result
In Power Query Editor, do a group on item and create a new column with Max on Price.
Below is the data
after applying below grouping
This is the required result
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
107 | |
74 | |
66 | |
49 | |
48 |
User | Count |
---|---|
168 | |
88 | |
78 | |
72 | |
67 |