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.
Hi,
Reports are connnected to SSAS (Tabular Model) - Connect Live
I have 2 measures
Department count of emp , attrition count
abc 5 4
xyz 0 2
pqr 4 0
aaa 0 0
I do not need last row which has both 0 .. I am not put a filter condition since it removes (xyz or pqr also)
Any suggestion pls
Solved! Go to Solution.
Create a third measure:
Measure = IF([count of emp] = 0 && [attrition count] = 0,0,1)
Filter on that.
Create a third measure:
Measure = IF([count of emp] = 0 && [attrition count] = 0,0,1)
Filter on that.
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 |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 19 | |
| 16 |