Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Solved! Go to Solution.
Hi @Anonymous ,
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
@Anonymous
that helped.... tho my problem now is to create a linear trend line from the start of the Sprint to the End....
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)
Hi @Anonymous ,
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 172 | |
| 107 | |
| 92 | |
| 54 | |
| 46 |