Hi @jeyeline,
Welcome to the forum!
It sounds like you want granular data based on each scenario. It’s not advisable to work with the summary report at the end of the test to achieve this, instead you will probably want to work with your own backend database to stream the metrics data to, and then use grafana to visualise that data in a dashboard. Take a look at this blog post for lots more details: How to visualize k6 results: guidelines for choosing the right metrics | Grafana Labs.
I also wrote a response where i outlined how i ran a test while sending the metrics to prometheus which might help get you started: K6 missing browser module metrics in Prometheus(p90, 95, min, max ...)
Let me know if that was useful or not.
Cheers,
Ankur