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
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
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.

Top Solution Authors
Top Kudoed Authors