You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Greetings,
For each sprint we'd like to calculate the sum of story points for those stories that at it's end remained in Ready status.
My current approach so far is the following, but unfortunately it doesn't return anything in the report, so I guess I'm getting something wrong. I've created the following calculated member
Sum(
[Transition Status].[Ready],
[Measures].[Story Points created]
)
In the other axis I've put the Sprint dimension.
I'm using [Transition Status] dimension since I want to sum the story points for the stories that remained open when the sprint ended.
So, this doesn't work and I'd like to know why and how to fix it.
Thanks
In the first tuple value it should be:
[Measures]. [Isues created] instead of the transition.
Then in the pages put a filter with the Status dimension and filter with the ready status.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.