Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ucek
Frequent Visitor

countif measures from Microsoft live connection to Premium Capacity metrics

Hi,

I am using the Capacity Metrics dataset from Microsoft and building a more suitable report for me. I would like to count number of occurences when sum of measures [xBackground %] and [xInteractive %] is grater than 1. In this example I should get the result of 2 as you can see on the chart. I am struggling to build a DAX measure to have this calculated. Unfortunately I can not build tables, just measures.
Any suggestions?

ucek_2-1654874659709.png

 

 

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @ucek 

please try

SUMX (

    VALUES ( TimePoint ),

    IF ( [xBackground > 1, 1 )

)

View solution in original post

2 REPLIES 2
vapid128
Solution Specialist
Solution Specialist

Click your visual,

ON the right side of your screen, find "filter".

Find [xInteractive %] , set up greater 1.

tamerj1
Super User
Super User

Hi @ucek 

please try

SUMX (

    VALUES ( TimePoint ),

    IF ( [xBackground > 1, 1 )

)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.