Remove Duplicate Rows in Power Query Using a Custom Condition

Опубликовано: 21 Май 2026
на канале: OmidBI
825
51

In this video, we’ll solve Power Query Challenge 302 – Remove Duplicate Rows, where rows are considered duplicates even if the order of values is different.

You’ll learn a smart technique:
✅ How to add a key column that represents the combination of values (regardless of order).
✅ How to use this key to remove duplicate rows efficiently.
✅ Tips to handle similar problems in complex datasets.

This method is simple, dynamic, and works beautifully inside Power Query!
💡 Perfect for anyone working with messy or unordered data.

#PowerQuery #Excel #DataCleaning #PowerBI #DataTransformation #ExcelTips

00:00 Introduction
01:11Start solving
01:40 Adding key column