Hi, I’m trying to export data from a table panel where most of the columns are being casted to the most appropriate unit. E.g. I have a column representing bytes where I’m defining its type to Number => Bytes => 2 decimal places. The data renders perfectly on the table, with Grafana doing the rounding to the closest unit prefix, i.e. MBytes, GBytes, etc.
The problem comes when I want to export the data to CSV. I want the raw values without any units or metric prefixes. If the value is 1024 that’s I want in the export, not 1MB.