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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
singleton2787
Helper III
Helper III

Why is the Azure DevOps PowerBI burndown a repeating topic and so hard to create ?

Given this odata string (right from MS docs), and I don't want a single team. I want a slicer for all teams.

"let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/WorkItemSnapshot? " &"$apply=filter( " &"WorkItemType eq 'User Story' " &"and (Teams/any(x:x/TeamName eq '{teamname}) or Teams/any(x:x/TeamName eq '{teamname}) or Teams/any(x:x/TeamName eq '{teamname}) " &"and StateCategory ne 'Completed' " &"and DateValue ge Iteration/StartDate " &"and DateValue le Iteration/EndDate " &"and Iteration/StartDate le now() " &"and Iteration/EndDate ge now() " &") " &"/groupby( " &"(DateValue,State,WorkItemType,Priority,Area/AreaPath,Iteration/IterationPath), " &"aggregate($count as Count, StoryPoints with sum as TotalStoryPoints) " &") " ,null, [Implementation="2.0",OmitValues = ODataOmitValues.Nulls,ODataVersion = 4]) in Source"

 

Why despite scouring the internet and this board for a month, I cannot replicate the simplest of Agile charts, the BurnDown filtered by a slicer for all TeamName(s) (see odata below), not Team, not TeamSK... using this odata string? I can get the total for all Teams easy.
= OData.Feed("https://analytics.dev.azure.com/(insert org)/(insert project)/_odata/v4.0-preview/Teams?&$select=TeamName,TeamSK,ProjectSK", null, [Implementation="2.0"])

Basically replicate the BurnDown widget in ADO. 

1 ACCEPTED SOLUTION
v-cgao-msft
Community Support
Community Support

Hi @singleton2787 ,

 

Please see if this helps.

AzureDevOps-OData-SampleReports

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

View solution in original post

2 REPLIES 2
singleton2787
Helper III
Helper III

@v-cgao-msft 
that helped.... tho my problem now is to create a linear trend line from the start of the Sprint to the End....

singleton2787_0-1662578283260.png

Basically, sum all the inprogress and committed stories at the first day of the sprint and draw a linear line to end the of the sprint (like 30 Story Points would be divided evenly across 10 days.. so 30-3, 27-3 etc for each day of the Sprint even before it's ended)

v-cgao-msft
Community Support
Community Support

Hi @singleton2787 ,

 

Please see if this helps.

AzureDevOps-OData-SampleReports

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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