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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.

Top Kudoed Authors