Problem with Display settings series override when repeating a panel for different values of a variable

Hi, I’m using Grafana v5.1.4 to show graphs (time series) of influxDB data. I repeat the graph panel multiple times. The Display settings are taken from the original panel. But the series overrides are not. This might be due to the fact that I can only override the display setting for a specific metric which belongs to one value of the variable. Is there a away to configure an override in a more general way so that for all repeated graphs, the setting is the same?

Can’t you use a regex in the series override?

Yes, that worked in the end! I just had to solve some syntax issues, but then that was the trick. Thx!