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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi ,
I have Measure like below.
Measure =
Var A = Sum()...
Var B = Sum()...
Return
If( A>B,"Yes","No")
here i want to count then no of Yes's and No's.
Could any one pls help.
Thanks
Nagarajan. V
Solved! Go to Solution.
Have a look at the technique here, particularly around the creation of an aggregation for the Super Group.
https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
In your case, you would use a COUNTX along with a SUMMARIZE and the correct FILTER to create a measure for the number of Yes's and another on for the number of No's.
Have a look at the technique here, particularly around the creation of an aggregation for the Super Group.
https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
In your case, you would use a COUNTX along with a SUMMARIZE and the correct FILTER to create a measure for the number of Yes's and another on for the number of No's.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!