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
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
I also request this feature which is very important indeed.
Any update on this? I am finding I really need this feature.
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;
Hi friends,
This is a deal breaker for us. Any timeline on this? I would love for us to switch!