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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Azure DevOps Server

Dritan_0-1653499884270.png

 

{on-premise-server-name}/{company-name)/{project-name}/_backlogs/backlog/DOIT-II%20Team/Features

 

Hello.
I am interested in the data for "Incident"
I connected using Power BI OData feed specifying:

Source = OData.Feed("{on-premise-server-name}/{company-name)/{project-name}/_odata/v2.0/", null, [Implementation="2.0",OmitValues = ODataOmitValues.Nulls,ODataVersion = 4])

 

Yet I get general data in WorkItems table. I don't get the data inside Incident
Any idey where/how can I retrieve this data?

Thank you.

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You could try the workaround in this link Is there a way to pickup backlog item data from the Azure DevOps API? - Stack Overflow.

 

The corresponding REST APIs for Azure DepOps Server are Backlogs - Get Backlog Level Work Items and Work Items - Get Work Items Batch 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You could try the workaround in this link Is there a way to pickup backlog item data from the Azure DevOps API? - Stack Overflow.

 

The corresponding REST APIs for Azure DepOps Server are Backlogs - Get Backlog Level Work Items and Work Items - Get Work Items Batch 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Anonymous
Not applicable

Thank you @v-jingzhang .
I followed a similar approach.
I got the work items' id and then using Rest API I retrieved the data I wanted.

 

{on-premise-server-name}/{company-name)/{project-name}/_apis/wit/workitems/{WorkItemID}?api-version=...

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors