Closed
Description
Re-logging microsoft/pxt-arcade#6938 over here
Our data for new projects has sharply fallen. Can we look into the projects.new tick to see if something's up?
RawEventsCustomEvents
| where timestamp > ago(60d)
| where target == "arcade"
| where name contains "projects.new"
| summarize count() by dayofyear(timestamp) // target
| render linechart