Hi! I have a Metabase question that's written as a SQL query. This query returns one column in particular whose contents are a number, with values like 1, 2, 3, or 4.
When summarizing these results, Metabase bins them into bins like:
0.75 to 1.25
1.75 to 2.25
2.75 to 3.25
How can I tell Metabase to treat this column as a categorial, not continuous value (even though it does look like a number).