Grafana program - data copying/pasting function not working properly

I am trying to copy data from the dashboard in grafana and paste into Notepad; when I does so currently, it pastes all of the results into one long column. Do you know if it is possible to have the pasted results in a more tabular format, with multiple columns?
For example, when the data below is highlighted and copied…

It pastes into Notepad or Word like this:

welcome to the :grafana: forum, @sravanisurapureddy48

I believe the feature you want is inside the panel’s inspect drawer:

1 Like

Thanks for the Solution I’m aware of inspect data but am trying to copy data from dashboard in grafana and paste in notepad or word ,when i try it pastes all of the results into one long column, but we need the results to pastes in multiple columns.

Do we have any solution for that @mattabrams

paste in notepad or word

what about Excel? You can export panel data as CSV with special formatting for Excel…

I was hoping to not have to take that extra step of opening it in Excel first. Hoping to copy the rows right in grafana then paste into Notepad or Word and have the data line up in columns.

If you do use Excel (or Google Sheets), does the data appear correctly in columns? Word or Notepad is not really the preferred software for displaying data in columns.

Yes ,the data appears to be correct in columns when download inspect data from panel
Ohh ,Okay got it

Thanks