Forum Discussion
Power BI Alert Activator - MaxDelayReached Error
- 9 months ago
Hi UserBrendan ,
Your alert is tied to table visuals and only triggers when specific rows meet certain criteria. Data Activator treats these row updates as “incoming data.” When no new or updated data is received for over seven days, the rule becomes inactive, resulting in the MaxDelayReached message.
To avoid this, the most reliable solution is to ensure that Data Activator receives some form of data at least once every seven days even when the alert condition itself is not met. This keeps the rule active and able to evaluate future conditions.
A simple way to achieve this is to introduce a small “alert” update. You can schedule a query or pipeline via Power Query, SQL job, Fabric pipeline, Dataflow Gen2, etc. that sends a lightweight row such as:
LastUpdated = <today’s date>
Status = "alert"
This row won’t might trigger your alert but will keep the rule alive and prevent MaxDelayReached.
Hope this helps.
Thank you.
Hi UserBrendan ,
May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.
Thank you.