I'm using Grafana to create a panel which shows some basic values.
I have here "success rate", which is calculated as "success jobs" / "total jobs". Using "success rate" I create "success %".
I want only "success %" to be in the panel.

I'm using Grafana to create a panel which shows some basic values.
I have here "success rate", which is calculated as "success jobs" / "total jobs". Using "success rate" I create "success %".
I want only "success %" to be in the panel.

Copyright © 2021 Jogjafile Inc.
Use the Organise fields transformation to hide fields.
Additionally, you could remove your transformation which calculates the percentage. Instead, you can set the unit via panel options and Grafana will automatically render it as a percentage.