Not able to use Odata feeds in Excel and Power BI
kumarvika opened this issue · 3 comments
kumarvika commented
wog48 commented
Hello,
the problem here is that excel expects absolut links, but olingo produces by default relative links, see https://issues.apache.org/jira/browse/OLINGO-787.
Up to know it is not possible to switch to absolut path. I prepared an enhancement that you can find in branch release-0.3.8. You will find a new method in the service context builder: setUseAbsoluteContextURL. Provide true to switch to absolute path.
Let me know if this works for you