Table Panel Eleminating Duplicate Rows

Hi,

I want to display disk usage for each path with columns like “path, device, free space, total space” from a linux os. For this, I don’t need time information, I only need the latest values.

Here is what I have so far:

It works so far, because time picker is set to less than 1 day and I grouped the data by 24h in panel query, It would duplicate when “time picker > group by time”.

What’s the best way to display this data?