Remove timestamp from column name in flux

How can I remove the timestamp from the columns from the following table using fluxlang? :

I can do it manually using overrides :

image

but i prefer to do it directly in the query instead. Anyone ideas?

Thanks,

@bart What are you using to display the data? Flux doesn’t include the timestamp in column names, so this is a convention of whatever client you’re using.

@scott,

this is a grafana client to show the data. Probably it’s something in grafana then