Forum Discussion
Slow loading of data
Hi all,
I am working on a dashboard that needs a trendline for several months. It is about several thousand devices that poll every 90 seconds. All I need is the maximum value of these devices for each day and put that in an trendline summarized based on a filter/Slicer. It's all in one database.
I first used the normal Power query load al the data and then filter it all accordingly, it takes about 15 seconds.
2nd attempt I tried an custom SQL statement that only get the maximum value for each day for each device, still around 14 seconds.
Any one got another tip or trick I can use ?
Thanks in advance 🙂
1 Reply
- Alex87Solution Sage
I suppose you are using Direct Query. If you want to improve performances, I suggest you have a look at Hybrid Tables.
Below is a guy in a cube video on this topic:
https://youtu.be/HckuKYlx8kk?si=p1fUZXfrwoiWMPFL