Hi everyone,
I’m working with Prometheus data (exported from Excel) where column names and the number of columns vary across datasets. In Grafana Table panel, these become dynamic fields, and I’m unable to assign or maintain a consistent column index (like col1, col2, col3) since Grafana treats columns by field name rather than position.
Is there any way in Grafana to dynamically index columns regardless of changing field names/count? Or is handling column indexing at the exporter/data source level the only recommended approach?
Thanks!