How to apply percentile range filter on kibana visualization for data table

Hi @nishnath.nandi,

There isn't an automated way to do this at this time, I would recommend opening an enhancement request in the Kibana repository: Issues · elastic/kibana · GitHub.

I did find a suggestion that involves more manual work: Kibana filtering percentile/outliers - #2 by Nathan_Reese

You could have a metric visualization that shows the 99%, 90%, and 50% duration values. Then you could manually create a lucene query that filters the data to be above that value to view the targeted documents.