Hey I was wondering if there is a beastmode windows function that would allow me to return the avg dayname from the average of x?
I have data that includes a domain, a column for day name(made via beastmode), and an avg of impressions).
Any ideas? I thought the following would work if I added concat in front of it but I keep getting 0 as a returned response.
avg(distinct DAYNAME(date))