Forum Discussion
rosscortb
7 years agoPost Patron
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...
- Anonymous7 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]))
Anonymous
7 years agoNot applicable
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]))
rosscortb
7 years agoPost Patron
Thank you. Sometimes its quite frustrasting as it can be a , or ( in the wrong place and throws whole thing out.