Hi,
I want to create a filter box for my dashboard.
I want to apply the filter control on a metrics (not a columns)
I expect metric or custom sql space in the filter controls bar
currently I can only choose my columns

(please complete the following information):
superset websitepython --3.7node -vnpm -vMake sure these boxes are checked before submitting your issue - thank you!
Add any other context about the problem here.
I have exactly same problem
The filter box "visualization" could have an option to reuse the FilterControl. In theory this should work
Workaround idea: creating a "bracket" column either as a physical column or as an expression. Ex: instead of an integer age column, you can expose a 0-9, 10 to 19, ...
But that's just a workaround. Curious how other dashboarding tools do it. I remember seeing range sliders and such on other tools.
Workaround idea: creating a "bracket" column either as a physical column or as an expression.
Yes this work in cases where we have static ranges known. We have created some calculated columns to define filter ranges and then use it dimension filters.
Longer term we want to make filter box as a dashboard native component (as opposed to the current "special visualization" status) and completely redesign it. SIP-34 touches on some ideas around contextual filter bars.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Most helpful comment
Longer term we want to make filter box as a dashboard native component (as opposed to the current "special visualization" status) and completely redesign it. SIP-34 touches on some ideas around contextual filter bars.