Forum Discussion

rosscortb's avatar
rosscortb
Post Patron
7 years ago
Solved

Running Total Line Chart with Filters

Hello    Not even sure its possible but can anyone help me do a measure that can be used in a Line Graph that shows Month at the bottom and Totals on the side.   I want the monthly total for over...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Do you mean like this?

      

     

    Your measure is the Value and your month is the Axis.

     

    Alter your measure to this:

    CALCULATE(SUM('DB Overtime Master'[Total],ALL('Month'[Month]))