How to display logs in columns in explore tab

When using explore tab (with loki datasource), I can parse my json log into fileds, and display selected fields only by pressing eye icon.

However when I select multiple fields, they are all appended to single line, which is very unreadable. i.e.:
DataCenter=eu-central-1 Level=Debug Message=Connection id "0HN1VB9HN3VCU" accepted.

Grouping them into columns would improve situation a lot. Only other option I see is to create dashboard, but it takes away all flexibility of explore.

Is there better way to display multiple fields?