Grafana: Query a host against its own service called node_exporter

Hi All,

I am completely new to this and not sure where to start to be honest.

I got this dashboard imported but however I want to add systemd service called node_exporter to the table along its corresponding host as shown below:

As you can see in the bottom right, I managed to do it in a separate panel using the query within that panel as:

node_systemd_unit_state{instance=~'$node',name="node_exporter.service",state="active"}

But is there a way to show it as part of the table? Something like the below:

image

Any help would be much appreciated. Thanks