Getting the latency of 99th percentile using trend metrics

Can we get the latency of 99th percentile using trend metrics? When I tried to do p99th values didn’t come. But I saw it was there in the documentation. We are using this version → loadimpact/k6:0.30.0

Not sure about that version but yes it is possible.

...
"summaryTrendStats": ["avg", "min", "med", "max", "p(90)", "p(95)", "p(99)", "p(99.50)"],
...

The new dashboard has it by default: