How to personalize the group by?

I have a group by using a field which has 20 different values. Metabase uses an automatic range such as this: 1-2, 2-3, 3-4… I would like to use a personalize range such as: 1-5, 5-10, 10-15. How can I do this?

Hi @fabiano.dagostino
It is currently not possible to customize the binning. You would have to make the question in SQL and do binning manually, if you need more control.
There’s a couple of different requests open for that (depending on type) - upvote by clicking :+1: on the first post of each:
https://github.com/metabase/metabase/issues/7782
https://github.com/metabase/metabase/issues/9208
https://github.com/metabase/metabase/issues/9542

Thanks.