Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello,
I need to create a measure that filters a columnbased on two different columns separately not subsequently.
To make it more understandable, I need to filter cash flow for selling transactions in, let's say, US, and buying transactions, for the US as well.
So I have three columns Cash Flow, Point of Sale, and Point of Purchase. How can I filter cash flow for all transactions in the US? Thanks in advance,
Solved! Go to Solution.
Hi @jansenuy
If I understand your question correctly you could create either 2 slicers, one for each of the Columns.
Or you could also create a measure similar to the one below.
My Measure = CALCULATE([Total Sales],Table1[Column] = "Selling Transations" || Table2[Column] = "Buying Transactions")
Hi @jansenuy
If I understand your question correctly you could create either 2 slicers, one for each of the Columns.
Or you could also create a measure similar to the one below.
My Measure = CALCULATE([Total Sales],Table1[Column] = "Selling Transations" || Table2[Column] = "Buying Transactions")
@GilbertQDidn't exactly copy your measure but I used || to simulatenously filter. Thanks!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 50 | |
| 46 | |
| 41 | |
| 39 |