How to display data in table of hidden metrics?

Hi team,
how to display data of hidden metrics in table and dont show aggregation in table ? i need to show total sum of count and average bytes metrics but when i hide metric in table , kibana does not show my total sum if hidden fields.Screenshot

Hi,

When you hide (disable) an aggregation on a field - you are removing it from the query Kibana sends to elasticsearch. So Kibana is behaving as intended.

Thanks,
Bhavya