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 Table Expansion Issues

Hi,

 

Has anyone used Azure Devops to join different tables?

I'm trying to expand the already existing records in WorkItems/Areas/Team tables using odata but I get the below error

 

leharkapil_0-1596612794948.png

 

I'm trying to get a denormalized table that has Team Names, respective Area Names, Tag Names, and Iteration Names.

 

 

 

5 REPLIES 5
Powerwoman
Helper II
Helper II

Hi Anonymous,
I was struggling with the same issue.

Here's my solution:

 

Add to your OData.Feed the following 'ingredients', starting with an ?

$Select=WorkItemId,WorkItemType    => these are the fields you want to extraxt
$expand=Teams => this is the joined field you want to use (in this case Teams)

Source = OData.Feed("https://analytics.dev.azure.com/*yourCompany*/_odata/WorkItems?$Select=WorkItemId,WorkItemType,Title...")

 

 

Anonymous
Not applicable

Hi,

 

I'm struggling to connect a few tables in Azure DevOps. I'm using odata for the same

I'm trying to join Areas, Teams, Iterations, and Tags in a single denormalized table but get the below error:

leharkapil_0-1596649075903.png

 

 

I have already referred to the below links but they do not offer a solution:

https://docs.microsoft.com/en-us/azure/devops/report/extend-analytics/odata-query-guidelines?view=az...

https://docs.microsoft.com/en-us/azure/devops/report/extend-analytics/data-model-analytics-service?v...

 

Requesting the community for solutions, not links.

amitchandak
Super User
Super User
Anonymous
Not applicable

Hi Amit, The first link explains what to do and what not to do. It doesn't tell us how to do(join the tables) The other 2 links are irrelevant

Hi @Anonymous ,

 

Please refer the following articles.

https://developercommunity.visualstudio.com/content/problem/344694/odata-datasource-error-400-for-bo...

https://docs.microsoft.com/en-us/azure/devops/report/extend-analytics/wit-analytics?view=azure-devop...

 

And please refer the Common REST API error codes.

https://docs.microsoft.com/en-us/rest/api/storageservices/common-rest-api-error-codes

 

Here's a blog about 400 bad request for your reference:

https://airbrake.io/blog/http-errors/400-bad-request

 

If it doesn’t meet your requirement, we suggest you to open a ticket here for help: https://powerbi.microsoft.com/en-us/support/

 

Support Ticket .gif

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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