Azure monitor - Filter or wildcard in Dimension field

I am trying to visualize some metrics from Azure monitor in Grafana. I am getting data from multiple instances from a resource and wanted a panel with graphs of each instance. I have an option called “Dimension” but however I am only seeing an “eq” option besides it. Can I use something like a regex or wildcard here s that I dont have to manually add all the instances ? For example If I have Server_0 and Server_1 can I use something like Server_* ?

Hi,

You can use the transform tab to filter using regex :

Hope it helps.

Good Luck