This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a measure for calculating net sale, based on 3 categories. How I can filter these categories?
Please help
Solved! Go to Solution.
Solved
@Anonymous
In case you are looking for net sales of a specific category use this
calculate(sum(table[sales]),category="A")
If are looking for net sales per category
calculate(sum(table[sales]),allexcept(table,table[category]))
Please share dummy data in case it does not work
Solved
In my scenario, I have 5 categoeries avialable, but I need net sale of 3 categories only.
Suppose categories namely, A,B,C,D,E.
SUM(Sales) WHERE Category = A,B,C
Check out the May 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 |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 27 | |
| 23 | |
| 20 |