Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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