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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
makarama
Frequent Visitor

Calculate does not evaluate properly - data is missing

The following Dax Expression returns 3 but the table has 55 under the same exact conditions.
 
Service Availability Last Month cr list = calculate(count(wcr_ops_MonitorTSOAvail[Service Offering Name]),wcr_ops_MonitorTSOAvail[Service Offering Name] = "CA Calagry Network Services", wcr_ops_MonitorTSOAvail[Availability Type] = "Daily")
 
 
 
What am I doing wrong?
No relevant filters are applied.
1 ACCEPTED SOLUTION
Syk
Super User
Super User

To understand what the issue is, can you provide some of your data? 

Also posting this here for readability:

Service Availability Last Month cr list =
CALCULATE (
    COUNT ( wcr_ops_MonitorTSOAvail[Service Offering Name] ),
    wcr_ops_MonitorTSOAvail[Service Offering Name] = "CA Calagry Network Services",
    wcr_ops_MonitorTSOAvail[Availability Type] = "Daily"
)

View solution in original post

4 REPLIES 4
v-echaithra
Community Support
Community Support

Hi @makarama ,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

v-echaithra
Community Support
Community Support

Hi @makarama ,

We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

v-echaithra
Community Support
Community Support

Hi @makarama ,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.

 

Regards,
Chaithra.

Syk
Super User
Super User

To understand what the issue is, can you provide some of your data? 

Also posting this here for readability:

Service Availability Last Month cr list =
CALCULATE (
    COUNT ( wcr_ops_MonitorTSOAvail[Service Offering Name] ),
    wcr_ops_MonitorTSOAvail[Service Offering Name] = "CA Calagry Network Services",
    wcr_ops_MonitorTSOAvail[Availability Type] = "Daily"
)

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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