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
Trying and failing to add this as a query step, any ideas?
Keep only Rows where Column1 is equal to Column2, delete all other rows.
Solved! Go to Solution.
Ok, Figured this, duh, might be useful for others. You need to do a filter then edit it in the advanced editor.
#"Filtered Rows" = Table.SelectRows(#"Added Custom", each [Column1] = [Column2])
You can add conditional column; column1 = column 2 then 1 otherwise 0, and then filter new column.
Ok, Figured this, duh, might be useful for others. You need to do a filter then edit it in the advanced editor.
#"Filtered Rows" = Table.SelectRows(#"Added Custom", each [Column1] = [Column2])
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 |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 33 |