When I tried to show the results from the queries below I get this error, "An issue has occurred during processing. We are unable to complete the request at this time"
AVG(sum(distinct`Users`)/ `Content ID`)
AVG(SUM(DISTINCT `Users`) over (order by `Content ID`))
I want the average of users over content id, but the results won't show.