Have an empty table then once filter, show the results

In my dashboard, I would like to not see the values in one of the tables until I filter. Is there a way to do that? Just so it's easier to read and can show only results that I filtered.

Hi @awilliams8
Depending on the question type, you can set Required filter on SQL questions.
Otherwise you would need this:
https://github.com/metabase/metabase/issues/18097 - upvote by clicking :+1: on the first post

I know this is an old question - but for a non-SQL question - when the filter value is empty on the dashboard, I want to show nothing. i.e. the filter value is not valid, so everything should be excluded, not included.

Otherwise I have to use an SQL question, and duplicate almost the same SQL for each metric I want to show that uses the same data source