Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Year to Date Graph

I am trying to build a chart that shows the data of each week as well as the YTD total as it goes through the weeks. Currently my DAX function is:  Actuals YTD = TOTALYTD(SUM(Table1[Quantity]...