Can someone please explain this logic to me, I am so confused.
I am taking some avgs right. Here is my data by day, I have a function to find the max value for the timeframe.
You can't see the rest of my numbers in the screenshot but they are between 197 and 205. As you can see 211 is my max for the month.
If I use the timeframe filter I can switch it from By Day to By Week, also makes sense. Same 211.
But for some reason when I switch to By Month I get a new number that comes out of no where. As you can see from previous photos the max for all of Oct is 211 so where the heck is it getting 223.
The Column Avg Distinct Users is using MAX(count(distinct `User ID`)) OVER()
and Unique Users is using MAX(count(distinct `User ID`)) OVER()
The dataset is a recursive flow of Domostats People.