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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.