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
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 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 |
|---|---|
| 10 | |
| 9 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 21 | |
| 20 |