Forum Discussion

kephas's avatar
kephas
Frequent Visitor
3 years ago
Solved

Cumulative Total with Dynamic Date Variables and Slicers - Line Chart Behavior Question

Hi, I am trying to display the Year to Date cumulative total in line and clustered column charts. The issue I am encountering is that my "Current Year" cumulative total is extending past the expec...
  • aj1973's avatar
    aj1973
    3 years ago

    Yes your Calendar table is ok and yes you need to use time intelligence functions if you want to use the Calendar table.

    I rechecked your measures here 

    and I don't think it is quite wise to use them. Why !!

    like this one here with the if condition

    you telling the measure, if no month of the selected year of the same month is not selected then continue the running total with the sum of datat from the the next month of the next year...that's why you see the line chart goes beyond Spetember.

    So better use TI functions to make things more easier.