View underlying records for numerical result question

I have a question that gets a count of records from a table filtered on a specific column value. I would like to display this number on a dashboard and when the user clicks on the number take them to the record listing of all records in that table that match the filter -- basically showing them the underlying records that make up that count. Is that possible?

Hi @mateofstate
There’s an issue open about that:
https://github.com/metabase/metabase/issues/4983 - upvote by clicking :+1: on the first post

Thanks for the speedy response. Voted for that issue.

In case anyone is wondering, here's a workaround that you can use. Create a text box beneath the number and link to the underlying data.

1 Like