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.
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:
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]
Solved! Go to Solution.
You may want to first try with a (much) smaller subset of columns.
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?
when i import this it shows me data but when i try to refresh it gives me the same error:
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"])
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 |