This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 28 | |
| 24 |