I am trying to get the total count of a column by referrer and remove the top 95 percent of highest count, and only show the lowest count(5%) of referrer, any examples?
summarize count(id) by referrer where count_id <5%
I am trying to get the total count of a column by referrer and remove the top 95 percent of highest count, and only show the lowest count(5%) of referrer, any examples?
summarize count(id) by referrer where count_id <5%
Here's how you do it (note that in my example I take 50th percentile, just because I don't want to type too much data to have a meaningful 5th percentile :)):
This will output: