Forum Discussion
imenmaiza
2 years agoHelper II
OData Credentials- Couldn't connect msg
Hello, Could you please help me with the below Issue, When I connect to the OData feed from Power BI Desktop, I can connect, import data, and create reports. OData URIs Example: https://lo...
lbendlin
2 years agoSuper User
Are you replacing "localhost" with something that is meaningful to the Report Server?
imenmaiza
2 years agoHelper II
Hello Ibendlin,
Yes, sure. The problem is that in the Report Server the URL stops until the table name (Customer in my example). It's like it crashes when I add the ?. It doesn't show the whole UrL like in Desktop.
https://localhost:7048/BC230/ODataV4/Company('CRONUS International Ltd.')/Customer?$filter=City eq 'Miami' Note: the Url works just fine when I test it in Chrome too.