Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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?
Solved! Go to Solution.
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.
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.
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |