Forum Discussion
Not able to fetch certain DevOps custom fields using Odata query
I'm unable to fetch certain custom fields from devops using odata query especially "HTML" type fields
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
Here's the official documents about using OData queries in Power BI:
Create a Power BI report with an OData Query - Azure DevOps | Microsoft Docs
Connect with data by using OData queries - Azure DevOps | Microsoft Docs
I found an idea about fetching “HTML” type fields: Microsoft Idea · Rich text & HTML support in data fields.
And the workaroud you can implement is
Convert Data From HTML To Plain Text In Power BI.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Thanks Stephen. But, the thing is OData query is not returning the HTML fields of the workitem. RESTAPI method is returning those fields.