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 Fabric Community,
We have a Power BI dashboard that tracks error counts, and we want to set up Data Activator to trigger an alert only once per day when errors occur. However, our Power BI dataset refreshes at irregular intervals, and Data Activator checks the dataset every 3600 seconds (1 hour) by default, which can cause multiple alerts.
We don’t want to modify the Power BI table (e.g., adding flags or timestamps) use Power Automate. Is there any setting in Data Activator itselft that allows us to limit the trigger frequency to only once per day?
Would adjusting “When it has been true for N times”, “Number of times”, help in ensuring only one alert is fired per day regardless of Power BI refresh timing?
Thanks in advance for your help!
Solved! Go to Solution.
✅ Resolved
Thanks for the suggestions! Just to clarify for anyone facing a similar issue - the solution wasn't based on adjusting the 3600-second trigger interval in Data Activator.
Instead, we handled it by enhancing the Power BI logic itself. We introduced conditions to check:
By combining these checks along with few more conditions in Power BI columns & then adding it to Activator, we were able to control the alert frequency effectively and ensure Data Activator only triggers as per need, regardless of how often the dataset refreshes.
Hope this helps others working through similar scenarios!
✅ Resolved
Thanks for the suggestions! Just to clarify for anyone facing a similar issue - the solution wasn't based on adjusting the 3600-second trigger interval in Data Activator.
Instead, we handled it by enhancing the Power BI logic itself. We introduced conditions to check:
By combining these checks along with few more conditions in Power BI columns & then adding it to Activator, we were able to control the alert frequency effectively and ensure Data Activator only triggers as per need, regardless of how often the dataset refreshes.
Hope this helps others working through similar scenarios!
Hi @anushenoy
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi, did you figure out how to fix this issue ?
Your requirement is incompatible with the idea of a trigger.
If you need a scheduled report, create a scheduled report.