Forum Discussion

NickTT's avatar
NickTT
Helper III
5 years ago
Solved

TOTALYTD Total in Table

DATECOUNTSCOUNTS TYTD
2021-033089
2021-022859
2021-013131
2020-1226323
2020-1124297
2020-1042273
2020-0931231
2020-0822200
2020-0732178
2020-0631146
2020-0512115
2020-0421103
2020-032882
2020-022354
2020-013131
TOTAL41289

 

I need to total the TOTALYTD value over multiple years. The value is correct for each year but I need the table to return the total of each year and not just the current years YTD total. I would like it to return 412 instead of 89 ( 89 + 323).

  • Hi, NickTT 

    Please try the below measure.

    The sample pbix file's link is down below.

     

     

    Counts TYTD FIX =
    SUMX( VALUES('Date'[Year]), TOTALYTD([Counts Total], 'Date'[Date]))
     
     
     

    Hi, My name is Jihwan Kim.

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

4 Replies