Is there a way to use a FILTER operator in a PA formula indicator?
Hello, I'm being asked to calculates the average actual duration of stories, excluding the longest 15% to reduce the impact of outliers. in Excel, of course, I can create a formula like this: =AVERAGE(FILTER(data range, data range<= PERCENTILE.INC(da...