Alerts over multiple entities/panels

Hi everyone, I’m new to Grafana (and not very good at sql as well) and can’t seem to find what I’m looking for.

I want to set up alerts for when a value is too high for an entity, but the data contains many entities and I would appreciate if I didn’t have to copy paste the panel over and over to change the “where entityID = xx”.
I get that it would be problematic to have a template variable which a user can change but is it possible to make a static list of values somewhere and create a instance of a panel for each value?

even if I create a panel manually for each ID I want to track it becomes very tedious to update every single one of them if I, for example, wants to change the threshold for the alerts.

Any help is much appreciated