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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Power Query filtering many values

So I know what with the following script I could remove from "Cost Center" column all the value that are "aaaa", "bbbb" or "cccc" but what about if I had to remove more values like  50 that I already have set in a list in power query o maybe a column from another data set..

I could not find the proper script

 

Table.SelectRows(#"", each ([Cost Center] <> "aaaa" and [Cost Center] <> "bbbb" and [Cost Center] <> "cccc"))

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

You could use List.Contains.

 

each not List.Contains(ListOfValues,[Cost Center])

 

where ListOfValues can reference an existing Table[Column] or List.

View solution in original post

2 REPLIES 2
AlexisOlson
Super User
Super User

You could use List.Contains.

 

each not List.Contains(ListOfValues,[Cost Center])

 

where ListOfValues can reference an existing Table[Column] or List.

Anonymous
Not applicable

Hi, How should I write the name of the column that is a different table? and whow should I write it if there was a list?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.