March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
We currently use Power Bi’s scheduled refresh to refresh our dashboards every 30 mins. However, the ask is if there is any way we can reduce that to say every 15 mins. Can we upgrade our Power BI service for instance so that more frequent refreshes are an option? Or can we use Power Flow to write something ourselves to handle the refresh frequency? Is Direct Query an option for a dashboard of this size (the pbix is 30meg +)?
Solved! Go to Solution.
You have a few options:
1 - Use direct query and set up page refresh ( eg every 2 mins)
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh
2 - Use Power BI Rest API and Azure automation runbook to schedule the refresh every 15mins
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset-in-group
1 is easier to set up, but you may encounter "slow" report. This is when you need to use composite model.
2 requires you being a Power BI admin and set up a runbook on Azure. But if you can do 2, there will be so many things that you can do e.g refresh a single targeted table in a dataset
You have a few options:
1 - Use direct query and set up page refresh ( eg every 2 mins)
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-automatic-page-refresh
2 - Use Power BI Rest API and Azure automation runbook to schedule the refresh every 15mins
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset-in-group
1 is easier to set up, but you may encounter "slow" report. This is when you need to use composite model.
2 requires you being a Power BI admin and set up a runbook on Azure. But if you can do 2, there will be so many things that you can do e.g refresh a single targeted table in a dataset
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
32 | |
24 | |
12 | |
11 | |
9 |
User | Count |
---|---|
47 | |
46 | |
23 | |
12 | |
9 |