Forum Discussion
Remove rows in Power Query based on duplicates in one column and a specific value in another
- 3 years ago
Hi,
This is my solution based on the sample data :
1- I created the Duplicated columns for the ItemId and Status
2- Merge created columns (Copy-Itemid and Copy-Status)
3- Sort rows Ascending on the Merged column :
4- Select the Columns (as below) and remove the duplicated records :
Also, you could delete the merged column
Appreciate your Kudos and please mark it as a solution if it helps you.
Hi,
This is my solution based on the sample data :
1- I created the Duplicated columns for the ItemId and Status
2- Merge created columns (Copy-Itemid and Copy-Status)
3- Sort rows Ascending on the Merged column :
4- Select the Columns (as below) and remove the duplicated records :
Also, you could delete the merged column
Appreciate your Kudos and please mark it as a solution if it helps you.
Works perfectly, thank you MahyarTF, your help is much appreciated 🙂
- MahyarTF3 years agoMemorable Member
Hi onedayover
Glad to help any time