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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

How to pass two conditions in query editor?

Hello, I have a data set like this with 65 million rows. I want to filter the data based on two conditions. I used to filter the data with only one condition like this

 

#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each ([cfname] = "Data Request Environment"))

 

 

But I want to add another condition addational to "each ([cfname] = "Data Request Environment"" which will be something like this 

or [cfname] = “Impacted Project””

 

How can I apply this two conditions to one dataset in query editor? 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

Hi @Anonymous 

 

Try this:

 

#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each [cfname] = "Data Request Environment" or [cfname] = "Impacted Project")

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

View solution in original post

1 REPLY 1
VahidDM
Super User
Super User

Hi @Anonymous 

 

Try this:

 

#"Filtered Rows" = Table.SelectRows(#"Columns ETL", each [cfname] = "Data Request Environment" or [cfname] = "Impacted Project")

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.