Unable to Get string values in Alert of a grafana dashboard

I have a Grafana dashboard panel for data with numeric and string values.
I want to set an alert on the panel based on a numeric threshold and Send an Alert with Annotations Summary including Numeric Value as well as String value from the Panel.

but If I execute the below query, I get each column of the DB as a separate data point. and on Alert dashboard I get error that query contains numeric and string types

from(bucket: “VM_Error_Monitoring_Alert”)
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r[“_measurement”] == “VM_Error_Monitoring_Alert”)

This is unfortunately not possible. There is an open feature request.