Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.