Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I am putting into visuals the health of our servers for my developer to monitor without having to look through tables in SQL. The table in sql is set to pull in data every 5 minutes and update the table, this willl not be showing historical data.
I am using Microsoft SQL and I have a pro license for PowerBi. What I am looking to do is have this Power BI report update every 5 min and display the updated information that quickly. Currently with all of my reports being displayed. I am using a digital signage that only updates every hour.
THis is a new avenue I am going down so I am not sure on the best option to achieve this.
Solved! Go to Solution.
Hi @Jmccoy ,
When you use Direct Query option to connect to SQL Server, you could try to set Automatic Page Refresh.
Please pay attention to the minimum refresh interval:
Storage mode | Dedicated capacity | Shared capacity |
---|---|---|
DirectQuery | Supported: Yes Minimum refresh interval: 1 second Capacity admin override: Yes |
Supported: Yes Minimum refresh interval: 30 minutes Capacity admin override: No |
Import | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Mixed mode (DirectQuery + other data sources) | Supported: Yes Minimum refresh interval: 1 second Capacity admin override: Yes |
Supported: Yes Minimum refresh interval: 30 minutes Capacity admin override: No |
Live connect AS | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Live connect PBI | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
If the report is in a Premium workspace / Dedicated capacity, you can refresh report page every 5 minutes.
If not, try to use Auto Refresh PowerBI Report extension.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Jmccoy,
In addition to what @nickyvv explained, I'd look at a browser extension to automatically update your browser window for an unattended machine. This blog lists a few options for different browsers.
The automatic page refresh @Icey mentioned, will only work with Dedicated Capacity. I couldn't deduce from your explanation if this is the case.
Chiming in a bit after the fact:
As somone else mentioned, Automatic Page Refresh is really great for this sort of thing, but be forewarned of a few of its pitfalls:
As someone else mentioned, there are a few Chrome extensions out in the wild that supposedly solve this, and I myself used to maintain what was, in my opinion, the best one out of them all, but even then it was unreliable and hacky at best as the rest of them still are.
So I decided to build a custom Power BI app to do this, but better: it's called Displagent. It has a lot of nice features that you can read about on the docsite, but more relevant to your question and my points above:
Check it out if interested, hope this helps some!
Hi @Jmccoy ,
Is this problem solved?
If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If not, please let me know.
Best Regards,
Icey
Hi @Jmccoy ,
When you use Direct Query option to connect to SQL Server, you could try to set Automatic Page Refresh.
Please pay attention to the minimum refresh interval:
Storage mode | Dedicated capacity | Shared capacity |
---|---|---|
DirectQuery | Supported: Yes Minimum refresh interval: 1 second Capacity admin override: Yes |
Supported: Yes Minimum refresh interval: 30 minutes Capacity admin override: No |
Import | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Mixed mode (DirectQuery + other data sources) | Supported: Yes Minimum refresh interval: 1 second Capacity admin override: Yes |
Supported: Yes Minimum refresh interval: 30 minutes Capacity admin override: No |
Live connect AS | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Live connect PBI | Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
Supported: No Minimum refresh interval: N/A Capacity admin override: N/A |
If the report is in a Premium workspace / Dedicated capacity, you can refresh report page every 5 minutes.
If not, try to use Auto Refresh PowerBI Report extension.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Jmccoy,
In addition to what @nickyvv explained, I'd look at a browser extension to automatically update your browser window for an unattended machine. This blog lists a few options for different browsers.
The automatic page refresh @Icey mentioned, will only work with Dedicated Capacity. I couldn't deduce from your explanation if this is the case.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.