I am using Power Automate to perform follow-up actions when a specific value in my report changes.
I frequently encounter issues where dashboard alerts do not appear as expected, and I need help resolving this problem.
The data is numerical and is updated daily through scheduled refreshes.
The alert is configured to trigger when the number is greater than 0.
I understand that alerts will not trigger if the refreshed number is the same as the previous day's number.
To address this, I multiply the number by a different variable each day to ensure the data does not overlap.
ex) 685838438, 1723838458, 44758, 4483832, 6448 ... etc
I have tried setting the maximum alert frequency to once a day and once every hour, but it still does not work.
The odd thing is that while scheduled refreshes do not trigger the alert, manual refreshes always do.
I want to receive alerts when the report is refreshed via scheduled refresh, and the updated data is reflected in the dashboard.