Display Percent in table visualization

Hello,
I need to display in kibana TABLE visualization a PCT % coulmn which is calculated
based on the count aggrigation .

for example :

CODE    COUNT   PCT
=====================
16	     31	      77%    
17	      5	      12%
31	      4	      10%
19	      1     	3%

Please advise how to do it in TABLE visualization

Thanks

You should be able to do this starting with Kibana 7.4.0 which was released recently:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.