Tables, InfluxDB, Killing Group By

I’ll admit that my stats knowlege is basic. I do know a bit about databases though. All I want is to have a table with 2 columns, where each row displays a Word and a Date.

I would like to be able to use the edit more to only do the following :

SELECT max(time), “value” FROM “My_Measurement”

When I save the dashboard, come out of edit mode, I have WHERE timeFilter GROUP BY time(__interval) fill(none) added to the query.

How can I ensure that the WHERE, the GROUP BY and the fill are NOT part of my query.