Forum Discussion
Accessing Description in AzureDevops from PowerBI via oData API?
Hi Anonymous
If the default Analytics views and Odata feed cannot meet your need, you can try create a custom Analytics view and connect to it using Azure DevOps connector. Or use OData queries to connect and query the fields you need.
Reference:
Use OData queries to generate Power BI reports - Azure DevOps | Microsoft Docs
Tasks & concepts using Data & Analytics - Azure DevOps | Microsoft Docs
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
- caseylide4 years agoFrequent Visitor
The response doesn't seem to answer the question or address the issue. Here I will try to address the same problem using my own scenario...
I am already using odata from Power BI to query work items in Azure Devops. The problem is that the query fails whenever I try to retrieve the "Description" field on work items. I can get other fiels such as Title and WorkItemID to return successfully in the odata query, but not the Description field. Why not? How can this be resolved?