How to create filters in metabase from druid

Not able to find metabase custom filters in dashboard though I can use date time and date range filters very well.
my schema is : product Id, Name ,status, dateTime
data base is - DRUID
My metabase question is - getting raw data with fields “product Id” and “status”.It creates a simple table view with fields - {product Id, status}

my intention is to provide a filter where I can filter my table only using “product Id” in dashboard.

I created a very basic query using metabase GUI for druid(I am not using sql query ) but whenever I try to create a customer filter I don’t see any option for any filter.