Kibana Get Top 10 in Table Not Accurate

I need to display top 10 request in tablet using Kibana. If I choose Split Rows with Aggregation: terms, Field: request.raw, Order by: metric: Count, Order: descending, and size: 10, it will select only 10 rows (not the top 10) then sort those rows. How to make it sort all rows first and display the top 10 in desc order?

first you have to use in Y - count.
next split chart columns (Terms) count 10 - it is top 10.

Please try .