L SingleStat Panel not repeating based on variable

Created a SingleStat Panel in a dashboard to repeat the machine names and to show the status of each machine. WMI Exporter is used to gather system info. Only the first instance is shown and the panel is not repeating itself. Please advise if more information is needed.
Thanks

Query Used
avg(wmi_service_state{instance=~"$Machine", name=~“amp.|merc.|zyt.|im.”,state=“running”})

Following is the JSON
{
“datasource”: “Prometheus”,
“fieldConfig”: {
“defaults”: {
“custom”: {},
“thresholds”: {
“mode”: “absolute”,
“steps”: [
{
“color”: “green”,
“value”: null
},
{
“color”: “red”,
“value”: 80
}
]
},
“mappings”: []
},
“overrides”: []
},
“gridPos”: {
“h”: 3,
“w”: 24,
“x”: 0,
“y”: 25
},
“id”: 104,
“options”: {
“reduceOptions”: {
“values”: false,
“calcs”: [
“mean”
]
},
“orientation”: “auto”,
“colorMode”: “value”,
“graphMode”: “area”,
“justifyMode”: “auto”
},
“pluginVersion”: “7.0.2”,
“repeat”: “Machine”,
“targets”: [
{
“expr”: “avg(wmi_service_state{instance=~”$Machine", name=~“amp.|merc.|zyt.|im.”,state=“running”})",
“format”: “table”,
“interval”: “”,
“legendFormat”: “”,
“refId”: “A”
}
],
“timeFrom”: null,
“timeShift”: null,
“title”: “$Machine”,
“type”: “stat”,
“scopedVars”: {
“Machine”: {
“text”: “gva-p-ict-03”,
“value”: “gva-p-ict-03”,
“selected”: true
}
}
}

Hello,

Can you share your variable configuration? Do you successfully retrieve all variable values?

Thank you and please find the needed information…


Variable Configuration


Data Details

Object

request:Object

url:“api/tsdb/query”

method:“POST”

data:Object

from:“1593591156175”

to:“1593591996175”

queries:Array[10]

response:Object

results:Object

A:Object

refId:“A”

meta:Object

series:null

tables:Array[1]

dataframes:null

B:Object

refId:“B”

meta:Object

series:null

tables:Array[1]

dataframes:null

C:Object

refId:“C”

meta:Object

series:null

tables:Array[1]

dataframes:null

D:Object

refId:“D”

meta:Object

series:null

tables:Array[1]

dataframes:null

E:Object

refId:“E”

meta:Object

series:null

tables:Array[1]

dataframes:null

F:Object

refId:“F”

meta:Object

series:null

tables:Array[1]

dataframes:null

G:Object

refId:“G”

meta:Object

series:null

tables:Array[1]

dataframes:null

H:Object

refId:“H”

meta:Object

series:null

tables:Array[1]

dataframes:null

I:Object

refId:“I”

meta:Object

series:null

tables:Array[1]

dataframes:null

J:Object

refId:“J”

meta:Object

series:null

tables:Array[1]

dataframes:null