Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
StephenF
Responsive Resident
Responsive Resident

Keep only Rows where Column1 is equal to Column2

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.

1 ACCEPTED SOLUTION
StephenF
Responsive Resident
Responsive Resident

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])

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

You can add conditional column; column1 = column 2 then 1 otherwise 0, and then filter new column.

StephenF
Responsive Resident
Responsive Resident

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])

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.