Forum Discussion
Anonymous
6 years agoNot applicable
List.Contains() is slow
Hi, I am using = Table.SelectRows(Table1, each List.Contains(List, [UID])) to filter out 300 categories from a table that has 1.6mil rows. However, it is loading very slow when I apply the query ...
- 6 years ago
Hi Anonymous ,
Are you using a direct query mode?Why not filter the table in table view?
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Greg_Deckler
6 years agoCommunity Champion
Likely having to do some kind of table scanning. ImkeF ?