Field/Dashboard Filter Values based on Saved Question

Hello,

I'm new to Metabase and am working with field and dashboard filters for the first time. I have a category filter I would like to create based on the values from a field in the saved question that my question is built on instead of the original table in my database. The original database field has thousands of unique values, whereas my saved question has only a handful.

Is it possible to build a field filter based on saved question?

Hi @msussman
That's currently not possible - you would have to create a database view as a workaround:
https://github.com/metabase/metabase/issues/6820 - upvote by clicking :+1: on the first post

1 Like

Thanks so much