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 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 7 | |
| 6 | |
| 6 |