I have created a visualization data table, wherein i got 2 columns
Region Count(this is metric)
North 2
East 3
South 1
West 5
In the above table, i want to filter the metrics 'count' by > 1 and i should get this below result
Region Count(this is metric)
North 2
East 3
West 5
By reading documents I discovered that we can filter the fields like
fields:>1, but how to filter the metric count?