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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors