I want to save a DAU with Loki's data

I want to save a DAU with Loki’s data

SELECT count(*)
from Table_
where T=3002
Group by (CSN)

I want to save it like this

count_over_time({T=“3002”} [$__auto])
It comes out invalid when I do it