Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedJoin us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now
All the other times I received nothing. when i look in the monitoring hub i see that the data activator is doing something but not what it needs to do what is sending me a teams message:
Solved! Go to Solution.
It looks like the trigger is using a rule for "becomes greater than 3000". This will only fire the first time the value crosses 3000. If it then stays above 3000 you won't keep getting alerts. You can go into the reflex that was created and change it to "is greater than" to keep getting messages.
The monitoring hub won't show trigger activity itself. I can't tell from your screenshot (I think the forum downscaled it) but I suspect you're seeing the dataset refreshing, not the trigger.
Hope that helps!
It looks like the trigger is using a rule for "becomes greater than 3000". This will only fire the first time the value crosses 3000. If it then stays above 3000 you won't keep getting alerts. You can go into the reflex that was created and change it to "is greater than" to keep getting messages.
The monitoring hub won't show trigger activity itself. I can't tell from your screenshot (I think the forum downscaled it) but I suspect you're seeing the dataset refreshing, not the trigger.
Hope that helps!
This was indeed the case. I changed it to 'greater then' and now it works. Thank you very much.