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
prabhatnath
Advocate III
Advocate III

How to Find Remaining Work from Azure DevOps Data

Hi Friends,
What is the best way to find the Remaining Work from Azure DevOps data in Power BI?

 

If we are using oData (https://analytics.dev.azure.com/{Org}/{Proj}/_odata/v3.0-preview/WorkItems) then we will get columns like WorkItemId, CreatedDate, ChangedDate, State, ClosedDate, OriginalEstimate, RemainingWork, CompletedWork etc. one row per work item. I think this is the best way to get data, but how do we calculate the Remaining Work for Each day of the Sprint?

 

If we are using Analytics View (current only) then also we will get above columns one row per work item. This is also same issue as above.

 

If we are using Analytics View (rolling period) then we get multiple rows per work item with the IsCurrent flag and a Date Column that shows the Change Date as below. 

prabhatnath_0-1691516980349.png

 

Please suggest what will be the suggested way for the Remaining Work?

Thanks,

Prabhat

1 ACCEPTED SOLUTION
ferryv
Resolver II
Resolver II

In Azure DevOps, you should be able to retrieve the iteration start and end date. From this you can define what the current iteration is as the current iteration is essentially the iteration where the current date is between the iteration start date and iteration end date. 

 

The total work outstanding for the current sprint would be all the items in the current iteration that are not completed. 

 

I these articles:

I described how to create a velocity chart, which shows you the work completed per day in an iteration.

 

Hope this helps.  

View solution in original post

1 REPLY 1
ferryv
Resolver II
Resolver II

In Azure DevOps, you should be able to retrieve the iteration start and end date. From this you can define what the current iteration is as the current iteration is essentially the iteration where the current date is between the iteration start date and iteration end date. 

 

The total work outstanding for the current sprint would be all the items in the current iteration that are not completed. 

 

I these articles:

I described how to create a velocity chart, which shows you the work completed per day in an iteration.

 

Hope this helps.  

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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