Building InfluxQL queries with Grafana crashes chrome

Hello all, I have multiple cells in a single dashboard that are displaying IoT data. However, when I try to query the data, grafana can’t process it all and it crashes chrome (sometimes). My question is, is there a way to avoid this?

Here is a sample query:

SELECT "28V output current" * "28V output voltage" FROM "power" WHERE ("machine_id" =~ /^$machine_id$/) AND $timeFilter

I am not sure if I am using $timeFilter correctly. I have a specific date selected. But it seems that my query that is typed out, is different from the autogen which can be seen here:

What am I doing wrong? Thanks for all answers in advance.

Hi , can you click on query inspector to show the query ?