Create link in Value Mapping in table panel

I need to add a bunch of links on some values in a table. I cant pass these through the data so my option was to try to use a Value mapping to replace the static value with a link. This doesn’t seem possible, has anyone found a way to do this or is this something that can be added in future releases?

It would be perfect if it could use html code in the value mapping so i could provide a friendly name to be visible like “Server1” but the link behind that goes to "http://server1:8001

You are actually trying to do two different things:

  1. Change the value displayed in the field with Value mapping.
  2. Add a data link. https://grafana.com/docs/grafana/latest/linking/data-links/

Hope that helps!