Can users define group by clause in explore?

Hi,

I want to create the following query in looker:

SELECT
  _______,
  COUNT(*)

FROM MEMBER
GROUP BY _____

In the code ___ represents what users can customize. For instance, users can choose to group by member status and date OR to group by date only. I wonder if this is possible in Looker ML?

Thanks!

Problem solved. Thanks!