Cannot select numeric column for Y-axis Bar/Line Chart Visualization

Hi Everyone,

We’ve encountered an issue in Metabase where a valid field (y-axis) for a line/bar chart visualization isn’t available, despite having a numeric column (count_of_user_id) in the dataset.

We are currently using version v0.51.3 with the Databricks connector. Could someone assist us with this?

Thank you!

hi, what's the data type of that field? interesting issue

Hi Luiggi! The count_of_user_id column is derived from COUNT(DISTINCT user_id), so the output should be integer type.