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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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