Stat Panel: Hide Queries

To Calculate Ampere i need to Query for Watt and Volt. Now i have 3 Queries. But i only want to show the calculated Ampere. How could i hide 2 of 3 Queries?

grafik

See: Grafana

Hi @ulrichc

there are several ways to do this using transformations. Try using the new field from calculation transformation, where you can hide all fields but the new one.

you can also just use the organize fields transformation to hide any fields that you want :+1:

Many thanks for your response.

I choosed these transformations:
Outer join without to choose a field
Organize fields to disable unwanted fields

Add field from calculation won’t work in my case.