Is it possible to get column percentiles using pivot? I’m trying to get the top 10% of rows (‘cost’) for Dec, Oct, Nov within a pivot. For example, my table looks like the following and I would like to calculate the top% per month.
Month| Oct, Nov , Dec
ID| cost, cost, cost
1 | $2, $4, $6
2 | $1, $9, $7
3 | $3, $1, $5