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
MoeAnalytics
Employee
Employee

The query specified in the URI is not valid - querying ADO via OData Feed

I'm connecting to ADO via an Odata connection.  When I try to expand one of the columns to extract a field, I get the below error.

Screenshot 2021-04-09 110224.png

This is my query:

let
Source = OData.Feed("https://analytics.dev.azure.com/MyOrganization/My%20Project/_odata/v3.0-preview/WorkItems?", null, [Implementation="2.0"]),
#"Expanded StateChangeOn" = Table.ExpandRecordColumn(Source, "StateChangeOn", {"Date"}, {"StateChangeOn.Date"})
in
#"Expanded StateChangeOn"

 

It doesn't matter which field I try to expand, I get the same error on any column. Any help is appreciated.

1 REPLY 1
v-kelly-msft
Community Support
Community Support

Hi @MoeAnalytics ,

 

Seem that your query violates an OData error rule,check the reference below:

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

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

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.

Top Solution Authors
Top Kudoed Authors