Table panel visualization - IBM/ibm-spectrum-scale-bridge-for-grafana GitHub Wiki
In addition to a time series Graph, Grafana offers a variety of visualizations to support different use cases. For example, for raw data inspections or by creating statistical overviews, a Table display mode might be very helpful vizualization type. The table panel visualization is very flexible, supporting multiple modes for time series and for tables, annotation, and raw JSON data.
Create a table view from an existing graph
Create a copy of your preferred time series panel /images/designing_dashboards/transform_to_table_start.png
Open the copied panel in the edit mode /images/designing_dashboards/transform_to_table.png
Modify the panel visualization type to Table /images/designing_dashboards/transform_to_table1.png
In the panel query editor select the Transform tab /images/designing_dashboards/transform_to_table2.png
Use the outer join transformation to join multiple time series from a result set by field. This transformation is especially useful if you want to combine data results from multiple time series in a table visualization. In the example below, the results from multiple single time series are concatenated by the time field. /images/designing_dashboards/transform_to_table3.png
Finally you have a graphical Vizualization and a Table view for the same time series data query /images/designing_dashboards/transform_to_table4.png
Export the table data to a comma-separated values (CSV) file
Click the title of the table panel you want to export data and then click Inspect -> Data /images/designing_dashboards/transform_to_table5.png
In the Data options make sure the panel transformations are applied (checkbox Apply panel transformation) before you start Download CSV /images/designing_dashboards/transform_to_table6.png