Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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!:
The Definitive Guide to Power Query (M)

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors