I have a numerical column called average_usage and I want to create a calculated field called median absolute deviation. I tried this
median({average_usage} - avg({average_usage}))
But I get this error
Nesting of aggregate functions like PERCENTILECONT and PERCENTILE_CONT(50) WITHIN GROUP (ORDER BY “average_usage” - AVG(“average_usage”)) is not allowed.
Hi @Morgan_Weiss,
Since we haven’t heard back, I’ll close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.