I'm trying to use the analyzer tool to get the average number of posts per hour.
avg(COUNT(DISTINCT `Permalink URL`) over(partition by HOUR(`Created Time`)))
I want to be able to use the following graph where the series is the average.
For some reason, when I run the query, nothing comes up on the graph and it turns blank stating an error, which makes me wonder if my query is incorrect.