Dashboard filter for numeric value comparisons

Hello,

I have mada a dashboard and what to add a filter on a numeric field. I want to filter every row which is smaller than the numeric value given by the user. Is this possible?

Sincerely
ctp

Hi @ctp
Yes, but only if you use Native/SQL question with variables:
https://www.metabase.com/learn/building-analytics/sql-templates/sql-variables.html

Thanks for your help.

If I understand it correctly: If I do that, I wouldn’t be able to use Segments. Is that true?

@ctp No, that wouldn’t be possible. You are essentially looking for this:
https://github.com/metabase/metabase/issues/3035 - upvote by clicking :+1: on the first post
And probably this too:
https://github.com/metabase/metabase/issues/9776