Use Data table

I want to use the visualization of data table only with split Rows, without display metric count
|field: Descending |Count |
|value1|46|
|value2|14|
|value3|14|

the display I want :
|field1: Descending |
|value1|
|value2|
|value3|
or
|field1: Descending |field1: Descending|
|value1|valueA|
|value2|valueB|
|value3|valueC|

Thanks in advance

The data table does not currently support hiding the aggregation metric. You can open up a feature request https://github.com/elastic/kibana/issues/new?template=Feature_request.md

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