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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Team,
I have done If logical funtion in New Measure ,
Status_If = If(Value 1 > Value 2, "Above","Below")
After above calculation I need total count Separate for Month wise.
Thanks,
KV's
Hi Udt_KV,
Based on your description, I have created a simple data table.
Two measures:
Above count = COUNTROWS(filter('table','table'[Status if]="Above") )
Below count = COUNTROWS(filter('table','table'[Status if]="Below") )
The above are the measures you require to calculate separately, and in order to be consistent with the results in the figure you gave, you need to add another measure
count SKU = COUNTA('table'[SKU])
Then create a table visual and put all these measures into the visual.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Try these measures:
Did I answer your question? Mark my post as a solution!
Appreciate your Kudos !!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.