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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure =
COUNTX(FILTER(ALL(Net_Jcrew_Size),'Net_Jcrew_Size'[Base_Channel]=MAX('Net_Jcrew_Size'[Base_Channel])&&'Net_Jcrew_Size'[NET_SLSU]>1),[Base_Channel])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure =
COUNTX(FILTER(ALL(Net_Jcrew_Size),'Net_Jcrew_Size'[Base_Channel]=MAX('Net_Jcrew_Size'[Base_Channel])&&'Net_Jcrew_Size'[NET_SLSU]>1),[Base_Channel])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly