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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Samuele_M
Frequent Visitor

Error when importing workitems table from devops via odata

i'm importing tables from devops in powerbi via odata. I'm not able to import workitems table; the error it gives me is the following:

Samuele_M_0-1714638390789.png

every other table from the same connection is imported correctly. Does someone has any idea on how to solve this issue?

this is the m script:

"let
Source = OData.Feed("https://analytics.dev.azure.com/my_organization/_odata/v1.0/", null, [Implementation="2.0"]),
WorkItems_table = Source{[Name="WorkItems",Signature="table"]}[Data]

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You may want to first try with a (much) smaller subset of columns.

View solution in original post

5 REPLIES 5
lbendlin
Super User
Super User

You may want to first try with a (much) smaller subset of columns.

even if import only a signle column when i try to refresh preview in power query it gives me the same error

can you show the new code?

Samuele_M_0-1714984491994.png

when i import this it shows me data but when i try to refresh it gives me the same error:

Samuele_M_1-1714984540225.png

 

it worked selecting only the columns i was using for the report using a select directly in the url:


Source = OData.Feed("https://analytics.dev.azure.com/myorg/_odata/v1.0/WorkItems?$select=WorkItemId", null, [Implementation="2.0"])

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.