Median value

Hey !

Any idea when Median function will be available for MySQL databases ?

Hi @Alexandre
You are more than welcome to open a feature request, but it will probably not be implemented anytime soon: https://github.com/metabase/metabase/issues/new/choose
It’s not available, since it requires a rather complicated query, because there’s no median function.
https://stackoverflow.com/questions/1291152/simple-way-to-calculate-median-with-mysql

Ok !

I tried MariaDB’s median function but it’s not accurate, and I’m not the only one referencing this issue apparently…