Forum Discussion

jcbutts's avatar
jcbutts
Icon for Helper I rankHelper I
6 years ago

Filtering by a column in another table slows down peformance

Hi,   I am trying to filter a column of item ID's by those found in a column in another table.  I used the following M code to filter:   = Table.SelectRows(#"Renamed Columns2", each List.Contains...