Hello.
I am trying to load tables from an Odata feed, all tables loads except for one.
If I switch to a SQL query I am able to load the table.
Error received from the Get Data option
DataSource.Error: OData: An error occurred while processing this request.
Details:
DataSourceKind=OData
DataSourcePath=http://jarvis.alpha.com/pwa/_api/ProjectData/Projects
Copying the DataSourcePath to Chrome I get the message below
<?xml version="1.0" encoding="ISO-8859-1"?>
<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<m:code/>
<m:message xml:lang="en-US">An error occurred while processing this request.</m:message>
</m:error>