Hi all
My company will be migrating from Chartio to Metabase and I would like to know if it is possible to make the charts flexible with dynamic columns next to SELECT or GROUP BY (similar to the field filters next to WHERE) as it is currently possible in Chartio.
The query would look like this :
SELECT {{dynamic_dimension}}, {{dynamic_metric}}
FROM table
WHERE {{field_filter}}
GROUP BY {{dynamic_dimension}}
Thanks for your help!