Is there a way I can get the anomaly detection configured and notified when there is a anomaly in the counts in more than one attribute?
eg:
SELECT CALENDARDAY, COMPETITOR, COUNT(*) as count
FROM Tablename
GROUP BY CALENDARDAY, COMPETITOR
A notification whenever there is drop or increase in the count based on CALENDARDAY, COMPETITOR