Get startedGet started for free

DAX measure refresh

Before we complete our data analysis, let's test your understanding of DAX calculations first.

What daily sales number does this DAX measure formula calculate?

CALCULATE(
    SUM([Sales]),
    DATESMTD([Date])
)

This exercise is part of the course

Case Study: Competitor Sales Analysis in Power BI

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise