I created a XSOData Service and published it online. The service is exposing the data while checking it browser. But while consuming this service in Excel PowerBI, it is throwing an error "DataSource.Error: Cannot parse OData response result. Error: A missing or empty content type header was found when trying to read a message. The content type header is required."
But while checking the service we are able to see content header in it as "<contenttype="application/xml">" . Can anyone help how to solve this issue?