Forum Discussion

nholmes12's avatar
nholmes12
Frequent Visitor
4 years ago

Cumulative total filtered by subcategory

Hi All,

 

I feel like this should be simple but just can't figure out the right approach. I have calculated a running total per rank (not using dates but sprints in an Agile project) successfully. However I would now like to calculate the running total for completed or "Done" i.e. by status.

 

I think for step one I need to calculate the total points per Sprint filtered by "Done" status as a calculated column probably using the calculate function. I have tried the following from other forums:

 

Column = CALCULATE(
SUM(
'Story List'[ONLY work point]),
ALLEXCEPT('Story List','Story List'[Sprint]),
FILTER('Story List','Story List'[Status] = "Done"))
 
However as you can see whilst I have successfully split the total points into sprints, I cannot split further by a "Done" Status.

 

 

PointsSprintSprint total WPsCompleted points
4.70994.45628
40994.45628
2.70994.45628
1.350994.45628
5.419.5628
3.119.5628
119.5628
3.4212.4628
 212.4628
4212.4628
4212.4628
1212.4628
 34.7628
134.7628
0.534.7 

 

Would love some help!

 

thanks 

1 Reply

  • Please provide sanitized sample data that fully covers your issue. Paste the data into a table in your post or use one of the file services. Please show the expected outcome.