I cannot figure out how to do this. I have tried the “Partition by values” transformation, which creates separate tables I can view with the data per each subtype, but I want the data in one table or I guess a matrix is the correct term.
Results pre transformations:
There are the column headers. As you can assume I removed the actual data for privacy.
My first transform filters for only items with a specific ticket Type.
My second transform removes any unnecessary columns from view, leaving “priority” and “subtype”.
It looks like what you’re after is a cross-tab table / matrix table / pivot table.
If you’re using the Grafana table visualization then there is very little support for this - refer to Github #105220.
You can use the “Grouping to Matrix” transformation but it is very much lacking.
You’re better off making a custom table using HTML / JS through a different plugin like Business Text.