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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
dpeek1230
New Member

Filtering

I am trying to filter sales data to only select those records that match to a column (column has a formula) it is either (0,1) in another table. I am trying to filter sales units, forecasted and budgeted units. Can you help with DAX?

1 ACCEPTED SOLUTION
rohit1991
Super User
Super User

Hi @dpeek1230 


If the Sales table is related to the other table, use CALCULATE with RELATED to include only rows where the filter column equals 1. If there’s no relationship, use LOOKUPVALUE to bring the 0/1 flag into the Sales table and filter accordingly. Just make sure the filter column only has 0 or 1 values, so the results remain accurate. This way, you can easily analyze only the relevant sales, forecast, or budget records.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

View solution in original post

1 REPLY 1
rohit1991
Super User
Super User

Hi @dpeek1230 


If the Sales table is related to the other table, use CALCULATE with RELATED to include only rows where the filter column equals 1. If there’s no relationship, use LOOKUPVALUE to bring the 0/1 flag into the Sales table and filter accordingly. Just make sure the filter column only has 0 or 1 values, so the results remain accurate. This way, you can easily analyze only the relevant sales, forecast, or budget records.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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