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.
Hello,
I have created a Table visualization in the power bi report.
The visualised table contains Company name from the power bi table fields (Company) <- Collumn.
And the rest are the measures (images for reference below). Is there a way i can count postive and negative measurements? I would need a count of measurements that are positive and a count that are negative. Etc.
Thank you for the help.
Solved! Go to Solution.
@Anonymous
Try this Measure
CountPositives = COUNTX ( FILTER ( ALLSELECTED ( Companies[Company] ), [DynamicMonth] > 0 ), [DynamicMonth] )
@Anonymous
Try this Measure
CountPositives = COUNTX ( FILTER ( ALLSELECTED ( Companies[Company] ), [DynamicMonth] > 0 ), [DynamicMonth] )
Zubair_Muhammad works like a charm.
Thank you very much.
Did count by hand when the values were filtered by year etc. Works great!
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.