Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I have a table with a lot off records(rows) which have to removed or filterd from the table based on 3 colums.
Example:
There are two records where column A, B and C are equal, then they have to be removed or filterd out.
Is this possible ?
Solved! Go to Solution.
Hi @PowerBIspeed ,
If you'd like to remove all rows that exist more than once, here another approach:
Select all columns you'd like to check for duplicates, right click and click Group By:
Choose the following settings:
Then filter for the ones that are lower than 2:
The result:
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Sorry, my mistake but I explained it wrong.
I want to remove the record where Column A in record 1 and 2 are equal, Column Bin record 1 and 2 are equal and Column c in record 1 and 2 are equal. when in both records the all the 3 Columns are Equal remove the records
Hi @PowerBIspeed ,
If you'd like to remove all rows that exist more than once, here another approach:
Select all columns you'd like to check for duplicates, right click and click Group By:
Choose the following settings:
Then filter for the ones that are lower than 2:
The result:
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Hi Tom,
This solution worked for me. Thanks a lot.
Hi @PowerBIspeed ,
Ok, how about this:
After:
Mark all the column you wish to check for duplicates. Then right click and click on remove duplicates:
Note, this approach does onoy remove one of the duplicates
Let me know if this solves your issue 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Hi @PowerBIspeed ,
In Power Query, you could create an additional column with all your filter requirements. Here an example of filtering all the rows that have the same value in all three columns:
Create a new column:
Filter out all the ones that have 1 in the new column:
Done:
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 54 | |
| 44 | |
| 42 | |
| 39 | |
| 36 |