Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Everyone,
I tried the web api method to get the sprint capacity but only for an iteration with iteration id and I'm not able to query it by date or for last six sprints.
Any help in this is highly appreciated .
BR,
Raj
Solved! Go to Solution.
Here are some offical blogs for you, I hope they could help you.
For reference:
Connect with data by using OData queries - Azure DevOps | Microsoft Docs
Connect to Power BI Data Connector - Azure DevOps | Microsoft Docs
If you need use Azure DevOps API, please refer to the code below.
let
Source = Json.Document(
Web.Contents(
"https://dev.azure.com/{organization}/{project}/_apis/work/teamsettings/iterations/{iterationId}/capacities/{teamMemberId}?api-version=6.0"
)
),
#"Converted to Table" = Table.FromRecords({Source})
in
#"Converted to Table"
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Rajesh-Kolli , did you get the solution for this, If yes, can you please share it ?
Your help in this is highly appreciated .
BR,
Utkarsh
Here are some offical blogs for you, I hope they could help you.
For reference:
Connect with data by using OData queries - Azure DevOps | Microsoft Docs
Connect to Power BI Data Connector - Azure DevOps | Microsoft Docs
If you need use Azure DevOps API, please refer to the code below.
let
Source = Json.Document(
Web.Contents(
"https://dev.azure.com/{organization}/{project}/_apis/work/teamsettings/iterations/{iterationId}/capacities/{teamMemberId}?api-version=6.0"
)
),
#"Converted to Table" = Table.FromRecords({Source})
in
#"Converted to Table"
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
4 | |
4 | |
3 | |
3 | |
3 |