Logarithmic operation in Kibana

You can't do this in regular visualizations, but it's possible in canvas due to the flexibility of the expression language. After fetching the dBm data using an Elasticsearch SQL query, you can pipe it through a math expression built using a second Elasticsearch SQL query fetching the global average.

Same approach as in this answer Calculating purcentage in a metric