I am working on a dashboard (newbie) where I have a table of data in my metric sheet but I need to graph each row independently in a bar chart. My challenge is that, after the first row, I get multiple rows of data displayed in my bar chart when I window the headings and the row(s). How do you choose the row from the range that was selected without eliminating the column titles?
Here is the chart of the first row which I need to duplicate for the other rows:
When I select the headings and the second row, it also includes the first row of data so my graph contains the data in the first row (above) along with the second row graph:
Here is a snapshot of the data in the metrics sheet:
I can't figure out the chart option to ignore the first row of data when I am plotting the second row, ignore the first two rows of data when plotting the third row, etc.