stdev in pivot table, ?is this even possible? ?how?
Hello,
I have a simple data table that has, among other things, the customer creation timestamp, and their "birth-decade", which has values in the range of 192 to 199 (most are 198, btw).
I have a fine pivot table, which has as dimensions Birth_Decade and WeekStart(cust_creation_time)
The expression CustAmt is merely count(customer_id)
So that works fine.
But then users want
A) calculate average count over past 18 1st business day of the week
B) calculate standard deviation of count over past 18 1st business day of the week
included in this pivot table. Here the hemorrhaging starts.