Forum Discussion
Anonymous
3 years agoNot applicable
Sum not working
I have been using this below to calc when an item is PAST the Sprint End Date compared to the Closed Date? this calc doesn't seem to work for some reason....it won't sum like all the other columns I'...
Anonymous
3 years agoNot applicable
Screenshots
Calc column
Story Points Done Late = IF('Sprint Burndown'[Closed Date].[Date] > 'Sprint Burndown'[Sprint End Date].[Date] && 'Sprint Burndown'[State Category] = "Completed", 'Sprint Burndown'[Story Points],0)