Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I want my report to be realtime as much as possible so I have set up a triggered flow using power automate to refresh my power BI report. However, after 8 refreshes, the flow stops working and I have to manually refresh my report again.
Is there a way I can achieve my goal?
Solved! Go to Solution.
Hi,
I am not sure where your source is stored, but one of ways you can try to implement is, using direct query mode.
DirectQuery in Power BI - Power BI | Microsoft Learn
Hi @HersonD -The behavior you're experiencing, where Power Automate stops triggering after 8 refreshes, is likely due to Power BI's dataset refresh limits
Power BI Pro --> 8 scheduled refreshes per day are allowed.
Since you are using Power BI Embedded (based on your previous message), you should have access to more refreshes, but still, Power Automate triggers may run into these limitations.
Instead of relying on scheduled refreshes, DirectQuery allows Power BI to pull data directly from the data source at the time of report interaction. This ensures the latest data is always shown without needing frequent refreshes.
Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn
https://community.powerbi.com/t5/Desktop/Automatic-Data-Refresh-How-to-do-it/td-p/2415521
Proud to be a Super User! | |
Consider these options:
💌 If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Consider these options:
💌 If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Hi @HersonD -The behavior you're experiencing, where Power Automate stops triggering after 8 refreshes, is likely due to Power BI's dataset refresh limits
Power BI Pro --> 8 scheduled refreshes per day are allowed.
Since you are using Power BI Embedded (based on your previous message), you should have access to more refreshes, but still, Power Automate triggers may run into these limitations.
Instead of relying on scheduled refreshes, DirectQuery allows Power BI to pull data directly from the data source at the time of report interaction. This ensures the latest data is always shown without needing frequent refreshes.
Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn
https://community.powerbi.com/t5/Desktop/Automatic-Data-Refresh-How-to-do-it/td-p/2415521
Proud to be a Super User! | |
Hi,
I am not sure where your source is stored, but one of ways you can try to implement is, using direct query mode.
DirectQuery in Power BI - Power BI | Microsoft Learn