Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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.