Only one bin created

Hi all.

I have a simple query where I want to show a list of rows in bins of revenue. Revenue is an int column in the source.

For some reason whatever amount of bins I select (auto, 10, 100) everything goes into one bin. What can I do about this?

50

1 Like

Hi @stevenh
Make sure that Metabase has updated the fingerprint of the column:
https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#periodically-refingerprint-tables
But something makes me think that you are seeing these issue - upvote by clicking :+1: on the first post
https://github.com/metabase/metabase/issues/12004
https://github.com/metabase/metabase/issues/12210

Hi,
I've tried to rescan values on database, table and column level unfortunately so far without result.
I voted for the bugs listed.