Hello. I have I created a calculated field to put a 30 day moving average on a line chart. The formula works, but I’d like for someone to double check it since this is the first time I’ve done this formula.
windowAvg({View Count},[{View Created At} ASC],30,0)
Also, how would I turn this line chart into a KPI that shows the last 30 days each day?