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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
kendall
Helper I
Helper I

nesting calculate(count

What does nesting the CALCULATE(COUNT functions do? I guess to break it down and make it easier, what does the CALCULATE( do?

And COUNT(...)? So far have not found existing explanations sufficient to my understanding. Thanks

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @kendall 

 

CALCULATE is a very import and commonly used function in DAX. It can change the filter context of the expression it evaluates. In your example, COUNT('Table'[Column]) is the expression to be evaluated, after it there are usually some filters following. 

 

It's not easy to explain how it works in short sentences. Using some examples will help you understand it better. I found some articles and blogs that introduce how to understand CALCULATE function. Hope they would be helpful! 

CALCULATE function (DAX) - DAX | Microsoft Learn

CALCULATE – DAX Guide

Introducing CALCULATE in DAX - SQLBI

The CALCULATE Function In Power BI - DAX Tutorial - Microsoft Power BI Community

The DAX Calculate Function - Master It In 5 Minutes (acuitytraining.co.uk)

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Hi Jing,

 

Thanks, this is very helpful.

Best,

 

Kendall

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors