InfluxDB Error: GROUP BY requires at least one aggregate function

I’m trying to display raw values of floats and booleans. I’m not interested in the mean values.

But Grafana is forcing me to use an aggregate function. Which function should I choose to display raw values?

CHA_run_standby is a boolean value. DC_actual is a float value.

I might’ve found the answer. I had to remove the group by (time) and fill.