Forum Discussion

tmullady's avatar
tmullady
Regular Visitor
10 years ago
Solved

Running total chart

Hello,   I wanted to see if someone could help me create a running total chart. My fields are the following   DATE , RANGE, CONTRIBUTIONS   Any help would be greatly appreciated.   Thanks,  ...
  • austinsense's avatar
    10 years ago

    Running total usually looks like this ...

     

    CALCULATE ( SUM(TABLE[Contributions]), FILTER( ALL(DATE), DATE[Date] <= MAX(DATE[Date] ) )