I have a Power BI Desktop application that accesses one Data Source which is an OData feed. When refreshing the data in Power BI Desktop it takes much longer . After clicking on Refresh in the popup it shows "Evaluating" and "Loading 2 KB..." for a very long time. From logs of OData API,I can see that the OData feed is called twice and each request is taking same amount of time.
Why does Power BI desktop call the OData feed multiple times? Is there a way to reduce the number of calls?
Note:
- I have gone through Referenced Queries And Caching In Power BI And Power Query Blog But in my case my not using any transformation. Just loading OData feed.
- I have gone through the post for same issue at Power BI community and try the suggested approach but still issue persists.