Hello Redash Community,
I’m creating dashboard with time filter (from, to ) but I’m facing an issue that I can’t have display time filter (yearly,monthly,daily) so that I’m creating multiple dashboards for every type of them
I want to have it this way similar to google analytics experience, Is there’s a way to do it ?


I’m writing sql queries and displaying it this way :
date_format(created_at, ‘%y-%m’) for months
date_format(created_at, ‘%y-%m-%d’) for day

so kindly if you there’s a way to do it similar to google analytics I’ll be totally thankful.

Regards,