This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I am a new bee and trying to prepare a graph in Power BI. I have connected PowerBI with Azure Devops and pulled the data.
I am trying to build a graph which will show incremental delivery of effort sprint after sprint.
My data is something like below
| Release | Sprint | Title | State | Effort |
| Release 1 | Sprint 1 | Story 1 | Done | 5 |
| Release 1 | Sprint 1 | Story 2 | Done | 8 |
| Release 1 | Sprint 2 | Story 3 | Done | 5 |
| Release 2 | Sprint 1 | Story 4 | In Progress | 3 |
I want to prepare a graph to show cumulative delivery of effort per Release and Sprint as below.
Could not figure out how to do it.
Thanks in
@wunnavabk , Try a measure like
calculate(Sum(Table[Effort]), filter(allselected(Table), Table[Sprint]<= max(Table[Sprint]) ) )
sorry for delayed response.
Thank you @amitchandak for your solution, but however i could not see the results what i am expecting, instead it is showing different result.
My requirement is to produce a Burnup chart with cumulative scope & cumulative completed.
My actual result should look like something below.
Total Completed= cumulative sum by each sprint
Product backlog= cumulative sum of scope
but instead I am getting cumulative of the efforts in the sprint. which is also nice to represent, but completed is what i am not able to show case.
below are the mesures which i have used.
Thanks in advance
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |