You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "sana khiari (JIRA)" <ji...@apache.org> on 2018/05/22 12:54:00 UTC

[jira] [Created] (OLINGO-1264) Wrong result of navigation entities in PowerBI and Excel

sana khiari created OLINGO-1264:
-----------------------------------

             Summary: Wrong result of navigation entities in PowerBI and Excel
                 Key: OLINGO-1264
                 URL: https://issues.apache.org/jira/browse/OLINGO-1264
             Project: Olingo
          Issue Type: Bug
          Components: odata4-server
            Reporter: sana khiari
         Attachments: 1.PNG

When I use this url to upload an odata feed in powerBi :

[http://localhost:8080/DemoService/DemoService.svc/Categories(1)/Products]

I don't get the json result as postman and all browsers display, instead I get the same result of this url:

[http://localhost:8080/DemoService/DemoService.svc/Products]

I tried with changing the relative url in serviceRoot(absoluteUrl), changing odata.metadata=full instead of minimal, downgrading to olingo 4.0.0 (since I currently use 4.4.0).

When debugging the application, I noticed that the returned result is correct but then I get another one in PowerBI.

I guess navigation links aren't detected by PowerBI or there is some missing configuration in the metadata file.

Does anyone have a solution to suggest please?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)