Hello Everyone!

I’m creating some dashboards and exploring some data and I was really surprised that there is no option to create a basic Histogram like these ones

6 Likes

I also request this feature which is very important indeed.

1 Like

Any update on this? I am finding I really need this feature.

1 Like

I was also surprised. While less than ideal, you can create queries that calculates the histogram like so:

SELECT floor(my_column / {{ bin_size }}) * {{ bin_size }} AS bins, count(*)
FROM my_table
GROUP BY bins;
1 Like

Hi friends,

This is a deal breaker for us. Any timeline on this? I would love for us to switch!

Hi all,

PR has been created. https://github.com/getredash/redash/pull/4426

3 Likes

@arikfr let’s get this PR merged? I want histograms all up in my dashes :grinning: