Extract Anomaly Detection Explanation Data after use SR-CNN in Power BI
Hi guys,
I have struggled with finding anomalies in Power BI, I want to see which camera_id and action is an anomalies and shown in a table.
The rule to detect that: I calculated average Case/per Cam/per Day where total Cases = countrow('Data.Sample'), Average Case/Cam/Day= Total Casess/Total Camera/Total Days. Noted that: Total Camera is distincount of all camera_id from 'Data.Table'.
After that I draw a line chart which has date and average Case/Cam/Day, and turn on anomalies. The problem is that I cannot export data table which have anomaly in detail like camera_id or action.
Does anyone have solution?
Here is an Data for this: Data.Sample