Feature Request
Description of Problem:
Currently when doing aggregate functions, I can't compare different aggregate functions on the same column such as mean and median.
Potential Solutions:
This would be remedied if I could add the same column to the Y Axis selection multiple times.
For example, using this data of student exams, I want to group by exam_subject and create a bar chart showing avg and median exam_score in each group. Once I select exam_score once, though, I can't select it again.

Feature Request
Description of Problem:
Currently when doing aggregate functions, I can't compare different aggregate functions on the same column such as mean and median.
Potential Solutions:
This would be remedied if I could add the same column to the
Y Axisselection multiple times.For example, using this data of student exams, I want to group by
exam_subjectand create a bar chart showingavgandmedianexam_scorein each group. Once I selectexam_scoreonce, though, I can't select it again.