admin管理员组文章数量:1432334
I am having trouble accessing nested data in a oData feed via anything other than PowerBi.
I have an OData feed, which I am opening via OData.Feed in PowerBi, opening https://xxxx/reports/api/v2.0/DataSources
Then I expand one of the tables ("dependentItems", nested data) via:
“Table.ExpandTableColumn(Source, "DependentItems", {"Id", "Name", "Description", "Path"...
image of expanded powerbi odata rows
This allows me to access the nested fields listed above. Which have data. It may also be worth noting that the first two rows are null. (in all fields not just pictured id/name).
-
When I navigate to the same URL, accessing this via a browser, follwing odata guide .0/odata-v4.0-part1-protocol.html#_Toc445374620
https://xxxx/reports/api/v2.0/DataSources?$expand=DependentItems
image of odata via browser
The DependentItems is blank. Navigating to DependentItems/Name (or any other nested data) does not work either, likely because DependentItems is simply empty.
Both PowerBi and the browser is accessing the data via my windows credentials.
I have no idea what to try to resolve this. I was suggested to try postman proxy to record interactions but I do not have permissions to do this.
本文标签:
版权声明:本文标题:powerbi - Isssue with Accessing Nested OData Feed Outside Power BI – Nested Data Null in BrowserAPI Call - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745582350a2664694.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论