Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
nholmes12
Frequent Visitor

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 1
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.