Help please- How to hide container inside repeater if field text is empty

Hello,
I have created a dynamic sports page showing the unique member (the coach) a list of their individual players stats and metrics inside a repeater based on the stats/metrics the coach inputs into each players text field. *Example, a player runs the 60 yard dash and the coach inputs the players recorded speed time inside the 60yd Time input field that uploads to the coaches database.

Is there a way if the coach does not enter a time (60yd Time) for an individual player, that when the coach goes to view their dynamic page, the repeater does not show the whole container showing the player photo, name, 60yd Time and year? Basically, the repeater only shows the players in the repeater that have a 60yd Time entered into the field on the database?

Here are some images from my dynamic page showing the repeater, container, dataset and then field key from the database. I am new to coding, so if there is a code for this, can somebody please help and provide what the code might be please and thank you?

You can create a filter on your dataset based on the field you have. Dataset Filter

@bwprado thank you, but I do have each repeater connected to its own dataset, and filtered per category/field I want filtered but when I set up the selection tags to filter by age for example when I select the tag, the repeater filters correctly but then adds all players in the database from all teams. How do I get the repeater to only show the team of the cosch that is connected by URL to the dynamic page making the page uniquely his team page?

Thank you @bwprado , it worked as you said. I appreciate your guidance! Thank you sir.