cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
MoorsTech
Advocate I
Advocate I

OData Reference Caching / Performance Improvements

We are using a custom-build OData-Service to fill our Dashboards with life. However, as our databases grow, refreshing can take a long time, in some cases up to an hour. This is due to the fact that refreshing fetches all the data from all the connected OData-Feeds every time, which can be hugely annoying when you are still building the dashboard and have to wait for the refresh.


This blogpost outlined a possible implementation for Reference-Caching which would, at least in our case, alleviate the problem, as a lot of Data doesn't actually change (much) over time. However, it seems that this was never actually included in the OData-Specs. Can somebody clarify the current state of things or in lieu propose a different solution to improving the performance of large, semi-static OData-Feeds in Power BI?

2 REPLIES 2
Greg_Deckler
Super User
Super User

One thought would be to create a version of your OData feed that only posts the changes since, let's say, 24 hours ago. You could use an Append query to append this to the larger dataset coming from the original OData feed. 

 

Lots of technical things to work out, but just an idea.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

I'm sure your suggested method would work, but unfortunately this would create a lot of overhead on the devs (my) part as well as for the analysts, as we currently have over 20 different OData-feed-types that are used by several clients.

The Reference-Caching seems like the obvious and proper solution, except that it doesn't seem to work 😕

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors