Combining pod labels and service labels when exporting metrics using Grafana Agent

We are using grafana agent to export cluster metrics and dumping to mimir, problem is that a lot of our dashboard queries use pod and service labels together, this was possible in prometheus but we have found that when using Grafana Agent, if we use a pod label, we can’t use service labels in the same query and vice versia.
Is there a way to combine both pod and service labels so that they can be used in the same query in grafana mimir?