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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SureshA
Helper I
Helper I

Percentage of features completed

  • I have created powerbi dashboard using azure devops analytics as data source

 

I have the list of fields from ado into powerbi

WorkItem ID

WorkItem Type

State

Parent Work ItemId

 

The items are epics, features, story, task which are related by parent work item id

 

I am looking for pulling out a rollup status and percentage completion at epic and feature level

I have tried to use the blank query in powerbi using the code in below link

I am able to save the query without any syntax error, however the query is not yielding any data. I am not sure how to overcome and get the data source that I can proceed with calculation of percentage 

In the meantime is there a simple way to derive this percentage of features or epics rolled up based on their child status using the DAX or query

1 ACCEPTED SOLUTION

@v-venuppu The solution is as follows

a) Create 2 Copies of the complete dataset as tables which has the list of all features and stores linked using ParentWorkItem ID

b) Rename the tables of dataset as Features and Stories

c) Create one to many relation from Features table by mapping Work Item ID field to Parent Work Item ID in Stories table

d) Create 2 measure - Completed Story Points and Total Story Points in the Features table

e) Completed Story Points - Use SumX to sum all stories that are in completed or done status

f) Total Story Points - Use SumX to sum the story points from all stories

f) Create a measure called % Completion using Completed and Total Story Points

 

 

View solution in original post

15 REPLIES 15
v-venuppu
Community Support
Community Support

Hi @SureshA ,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

Regards,

Rama U.

Thanks for following up. I couldnt get the values right after creating the formulas given in the solution

 

However, i have managed to create the copy of the data set and establish  1 to many relationship from feature to story and able to derive the Features completion based on status and story points defined at stories and tasks

Hi @SureshAnanth ,

Great to hear that it's working.Could you please share the solution? It would be really helpful for others in the community who might be facing similar issues and can address them quickly. Also, I would suggest accepting your approach as the solution so that it can benefit others as well.

Thank you.

 

@v-venuppu The solution is as follows

a) Create 2 Copies of the complete dataset as tables which has the list of all features and stores linked using ParentWorkItem ID

b) Rename the tables of dataset as Features and Stories

c) Create one to many relation from Features table by mapping Work Item ID field to Parent Work Item ID in Stories table

d) Create 2 measure - Completed Story Points and Total Story Points in the Features table

e) Completed Story Points - Use SumX to sum all stories that are in completed or done status

f) Total Story Points - Use SumX to sum the story points from all stories

f) Create a measure called % Completion using Completed and Total Story Points

 

 

Hi @SureshAnanth ,

Could you accept your approach as the solution so that it would be really helpful for others in the community who might be facing similar issues and can address them quickly. 

Thank you.

@v-venuppu How do I accept this as solution. can u pls guide

Hi @SureshAnanth ,

You can able to find the option called "Accept as Solution" below your post.You can click on that then your post will be accepted as solution.

Please find the below screenshot for your reference:

RamaU_0-1745398304050.png

Thank you.

@v-venuppu  Thanks for the guidance. i could see the button Accept as Solution. i see only thumps up and Reply below my post where i have listed the solution

Hi @SureshAnanth ,

Can you try from three dots option which is in right top corner to your post and try to select "Accept as solution".Find the below screenshot for your reference:

vvenuppu_0-1745408329523.png

Thank you.

@v-venuppu Thanks again, I dont get this option of Accept as Solution listed when i click against the 3 dots in my posting

Hi @SureshAnanth ,

Thank you for the confirmation.
Can you please help us with the screenshot where the option is not available.Sothat it will be helpful for us to check on this.

Thank you.

@v-venuppu I have been able to accept solution from my personal laptop. For some reason the button was not visible in my office environment 

v-venuppu
Community Support
Community Support

Hi @SureshA ,

Thank you for reaching out to Microsoft Fabric Community.

 

Please find the below reference to solve the issue.

Solved: Rollup of features %complete - Microsoft Fabric Community

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

 

Regards,

Rama U.

SureshAnanth
Frequent Visitor

Liu Yang, Thanks 

Pls find below sample data and output

 

Input Data Source

Area PathWork Item IdTitleStateWork Item TypeStory Points
Project\Product1\Squad 1100Feature AIn ProgressFeature40
Project\Product1\Squad 1101Story A1DoneStory10
Project\Product1\Squad 1102Story A2In ProgressStory10
Project\Product1\Squad 1103Generic Task A3DoneGeneric Task10
Project\Product1\Squad 1104Generic Task A4In ProgressGeneric Task10
Project\Product2\Squad 2200Feature BDoneFeature80
Project\Product2\Squad 2201Story A1DoneStory20
Project\Product2\Squad 2202Story A2DoneStory20
Project\Product2\Squad 2203Generic Task A3DoneGeneric Task20
Project\Product2\Squad 2204Generic Task A4DoneGeneric Task20
Output Data Table

 

Area PathTitleState % Complete
Project\Product1\Squad 1Feature AIn Progress50%
Project\Product2\Squad 2Feature BDone100%

 

 

Anonymous
Not applicable

Hi  @SureshA ,

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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