I have monitoring data for RDS instances that is being written into the Orion.APM.MultipleStatisticsData table. In my current dashboard I have each of the metrics split up based on the name. Eg CPU, Read Throughput, write throughput, etc. what I want to do is display all of the data for each RDS instance in one row.
I have this:

and i want to display it
Node, CPU utilization, FreeStorageSpace, FreeableMemory, Read throughtput, WriteThroughput, etc. on one row for each of my RDS nodes.
Can anyone help with this? I don't believe SWQL can do pivots and modern dashboards can't do SQL.