Forum Discussion
luptakd
1 year agoFrequent Visitor
Expand column generate bad api url
Hello, as I am pretty new with api calls in PowerBi i cant resolve this issue with bad url call. I have column of table type which i want to expand as standard but it generates bad url for my api. ...
- 1 year agoā29-04-2025 12:41 PM
At the end i made it work by not using odata feed source but i imported it as Web contents from URL, and in the API url i defined expand property.
luptakd
1 year agoFrequent Visitor
I tried to call api with parameters that are aviable for expand as
... "/v1/objects?$expand=properties", null, [Implementation="2.0", MoreColumns=true])
i dont know if powerquerry sends the link as https link
https://...RestApi/v1/objects?$expand=properties
or as odata context
https://...RestApi/v1/$metadata#Objects(properties())
but i got an error that shows the odata context link which is not working