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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
vwiles84
Helper III
Helper III

Filter Rows with 2 conditions

I am trying to filter rows of data based on 2 conditions, if store = X and date is X. Then if the 2 conditions are met, I need the row removed.  How should this be coded in query editor? I'm struggling! Thanks. 

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@vwiles84,

 

In Power Query, create a custom column:

 

if [Store] = "A" and [Date] = #date(2021, 1, 3) then 1 else 0

 

DataInsights_0-1630767192404.png

 

Then filter the custom column to exclude 1:

 

DataInsights_1-1630767234410.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
DataInsights
Super User
Super User

@vwiles84,

 

In Power Query, create a custom column:

 

if [Store] = "A" and [Date] = #date(2021, 1, 3) then 1 else 0

 

DataInsights_0-1630767192404.png

 

Then filter the custom column to exclude 1:

 

DataInsights_1-1630767234410.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 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.