You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query: 'customEvents\n| where name == "NotificationSent"\n| order by timestamp desc\n| project timestamp,\n TargetOfficeGroupId = tostring(customDimensions["TargetOfficeGroupId"])\n| summarize by TargetOfficeGroupId, Bin = bin(timestamp, 1d)\n| summarize count() by Bin\n'
5203
+
Query: 'customEvents\n| where name == "NotificationSent"\n| order by Bin desc\n| order by Bin desc'
Query: 'customEvents\n| where name == "NotificationResponseReceived"\n| order by timestamp desc\n| project timestamp,\n TargetOfficeGroupId = tostring(customDimensions["TargetOfficeGroupId"])\n| summarize by TargetOfficeGroupId, Bin = bin(timestamp, 1d)\n| summarize count() by Bin\n'
5319
+
Query: 'customEvents\n| where name == "NotificationResponseReceived"\n| summarize Count = count() by Bin = bin(timestamp, 1d)\n| order by Bin desc'
5320
5320
ControlType: 'FrameControlChart'
5321
5321
SpecificChart: 'StackedColumn'
5322
-
PartTitle: 'Notifications Responses Received'
5322
+
PartTitle: 'Notifications Responses Received Per Day'
0 commit comments