Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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"])
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |