Forum Discussion
Microsoft 365 Usage Analytics - Datasource Error OData : a supported MIME type could not be found
I have a Microsoft 365 Usage Analytics and when I refresh the data I get the following error (below).
I found this old thread, but it doesn't help much : https://community.fabric.microsoft.com/t5/Desktop/Microsoft-365-Usage-Analytics-to-Power-Bi/td-p/2922667
DataSource.Error: OData: A supported MIME type could not be found that matches the content type of the response. None of the supported type(s) 'application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false, application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true, application/json;odata.metadata=minimal;odata.streaming=true, application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false, application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true, application/json;odata.metadata=minimal;odata.streaming=false, application/json;odata.metadata=minimal;IEEE754Compatible=false, application/json;odata.metadata=minimal;IEEE754Compatible=true, application/json;odata.metadata=minimal, application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false, application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true, application/json;odata.metadata=full;odata.streaming=true, application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false, application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatib...' matches the content type 'text/html; charset=utf-
2 Replies
- rajendraongole1Super User
Hi AmiraBedh - Can you please check the below trouble shooting techniques
can you check the data privacy level setting is set appropriately (e.g., Organizational).
you can use a tool Fiddler to inspect the HTTP requests and responses between Power BI and the OData service. This can help identify if the service is returning an unexpected MIME type or other communication issues.
Download Fiddler Web Debugging Tool for Free by Telerik
reference link , Hope it helps:
Connecting to oData Microsoft Usage Analytics from Data Factory is throwing an error - Microsoft Q&A
Solved: Microsoft 365 Usage Analytics Credentials - Microsoft Fabric Community
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!- AmiraBedhSuper User
Can you guide me on how to use the Fiddler Web Debugging in this case?