Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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've created. It's a whole number, summarize is chosen just like the others...I've tried not summarizing... I'm stumped

Story Points Done Late = IF('Sprint Burndown'[Closed Date].[Date] < 'Sprint Burndown'[Sprint End Date].[Date]  , 'Sprint Burndown'[Story Points],0)

 

 

 

4 Replies