Reorder Filters (follow database ID)

Hi, I would like to achieved similar results from the database and present it accordingly in the dashboard.

As you notice that (Metabase) is sorting 70 years and below && Below 18 years old. Whereas I would like to present the sorting similar to the database format

It seems like the filter is not in proper order (currently)

How do I achieve this results?

Hi @kgk

Filters are currently ordered alphabetically. You’re essentially asking for this feature request:
https://github.com/metabase/metabase/issues/9591 - upvote by clicking :+1: on the first post

Perhaps if pre-populated SQL filters existed, it probably would allow ordering too:
https://github.com/metabase/metabase/issues/5245 - upvote by clicking :+1: on the first post

The only workaround I can see, is to change “Below 18 years old” to “0-17 years old”

Thank you