Problem with auto series-mapping on XY Chart

Hello.

I have a table that looks like this:

| name    | epoch | path  | duration |
-------------------------------------
| test    | 1234  | a     | 100      |
| test    | 1214  | a.b   | 100      |
| test    | 1224  | a.c   | 100      |
| test    | 1234  | a     | 130      |
| test    | 1214  | a.b   | 110      |
| test    | 1224  | a.c   | 10       |

In the XY Chart, I’ve enabled “Series mapping → Auto” and used “Partition on value” for the path column. This allows me to select one frame at a time (like path a), and then configure the X/Y fields manually.

However, I want to automatically detect and display all series per unique path when selecting “Series mapping → Auto”, each “path” plotted as a separate line by epoch (X-axis) and duration (Y-axis), without manually adding each series, since I have many different paths.

Is there a way to configure the panel so Grafana:

  • auto-detects the unique path values as series,
  • and shows all series at once?