Power BI - Data Cleaning with Power Query
You have a table with columns
OrderID, ProductID, and Quantity. You want to remove duplicates based on OrderID and ProductID but keep the highest Quantity for each pair. Which approach is correct?