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
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
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.