Forum Discussion
Get current URL in OData feed
Hmm, well ImkeF might be able to assist with this one. Probably will need additional information perhaps.
Hi PawelSow
not sure I understand the exact question here, but this article is the best source on how to make sure that dynamic queries will be refreshed in the service: http://blog.datainspirations.com/2018/02/17/dynamic-web-contents-and-power-bi-refresh-errors/
- PawelSow6 years agoFrequent Visitor
This unfortunatelly does not help me. In case of OData feed user provide the url to OData source. Power Bi use this url to display a form with list of all available entities types. User can choose which entities should be loaded. In my case e.g Products, Clients, Organisations. After that PowerBi try to load this data by calling relevant urls. During each of this call custom connector is executed. (I am sure about this because I inserted current time to the header.) I want to know the url which is executed or OData entity selected by user,
- artemus6 years agoMicrosoft Employee
You can either get it from:
myData = Web.Contents(...), myDataHeaders = Value.Metadata(myData)Or you can use manual redirect handling.