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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Rygar
Helper II
Helper II

Substitute TotalYTD with Calculate? (best Practice)

Hi Community,

 

I have this two expressions:

CALCULATE(
    [Sum Quantity],
        DATEADD(dDate[Date],
        -1,
        MONTH
    )
 
TOTALYTD(
        [Sum Quantity],
        dDate[Date],
        DATEADD(dDate[Date],-1,MONTH)
    )
 
Both bring the same result, as expected. Which one is the better solution?
Thanks & regards
Michael
1 ACCEPTED SOLUTION
Barthel
Solution Sage
Solution Sage

Hey,

 

If you would like to know the quantity of the previous month I would go for the CALCULATE version. That variant is more logical and natural. Moreover, the YTD variant does not work for January, because YTD is always based on the current year (the previous month, December of the previous year, is not in scope).

View solution in original post

2 REPLIES 2
Barthel
Solution Sage
Solution Sage

Hey,

 

If you would like to know the quantity of the previous month I would go for the CALCULATE version. That variant is more logical and natural. Moreover, the YTD variant does not work for January, because YTD is always based on the current year (the previous month, December of the previous year, is not in scope).

Hey Barthel, thank you very much for your advice!

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors