Dynamically hiding a row in repeating group based on calculated field

So I have a list of unique labels in each row but one of my columns shows a calculated value. For example a column showing how many times that item exist in the database then in that case, I want the row hidden

Example rows

Joe Exist: 3 times (then hide this row, where 3 is calculated with a do search label: count
Mary Exist: 1 time
Henry Exist: 1 time

Might need some more info into how you are populating this repeating group. As it sounds like you might need to use some type of :filter, but I am not too sure how things are setup

I will try a filter but and let you know. It might be a bit since I have moved on without a solution at this time.

I already have a complicated filter on the repeating group, however my calculated column is based on a returned value.

So I get John (as unique OK) but then in the same column I have a text element that then looks for how many times John is in the database and the result is 1 times, then in that case I want to hide that row.

I am trying to return only names in the NAME field that occur more than once in a table.