Forum Discussion
andreas_franz
8 years agoRegular Visitor
OData refresh called multiple times
Hi, I have a Power BI Destop application that accesses 1 Data Source which is an OData feed (from SAP). The OData feed is quite big (~650 MB) and when calling it from a web browser or SAP it take...
thoward120
6 years agoNew Member
Was there ever a resolution for this? I'm running into the exact same issue now.
thoward120
6 years agoNew Member
For anyone else who may be running into the same issue: the requests are not actually duplicates. If you look at the query string from the URI of each request, you will see that they are requesting different resources. In my case, one request was for Top X rows, one was requesting the model, and another was the actual GET request.
If you're using the OData provider, it's up to you to handle these requests accordingly.