Forum Discussion
Anonymous
5 years agoNot applicable
OData service Expand error
Hi All, I created an ODATA api in .NET 5 (C#) and when testing in the browser this is working fine. It has several parent entities and having enabled expand() I can get related child entities wi...
Anonymous
5 years agoNot applicable
Hi Anonymous ,
The error message also told that is a not supported type. And the Text/Html seems to be a content types which is not allowed,you may change it to application/xml and application/json.
This link says we can connect using ODATA Feed.
Refer to:
https://community.powerbi.com/t5/Desktop/O365-Content-OData-errors/td-p/197721
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.