Kibana Lens Table: Filter Table Rows

Hi there, I want to create a Kibana lens table where the rows are divided based on field values. However, I want to filter the individual rows by specific values.

I only want to see all rows starting with Keyword_Aor Keyword_B. I don't want to see the entries starting with Keyword_C.

I can't use the Filters option in the rows because my list is very long and dynamic. There are several entries starting with Keyword_A or Keyword_B.

If I filter the Count of records for target.keyword:Keyword_A\/* and set the number of top values too a very high number I still can see entries starting with Keyword_C.

I'm using Kibana 7.16.1.

I hope that someone can help me.
Thank you very much!

can you use NOT KQL syntax -target.keyword:Keyword_C

That's what I'm trying to do. But I can't find any button to add this filter.

Aah I can just add a filter to the whole lens. Thank you very much!