I'm attempting to build a new chart where there are multiple columns with a single value for an individual. I know this isn't an optimal data set, and I've reworked it for another dashboard, but I would like to keep it in this format if possible. I believe other data visualization tools allow you to add multiple x/y-axis but I can't find a way to do this in Domo.
Data example:
Person Name Question 1 Question 2 Question 3 Question 4
John 1 3 7 2
Erik 4 2 6 5
I want to be able to drop each question as a value on the X-axis, so that I can track the value o each question by each person or the total/average of each question by all people.
The reason I want this data structured in this way is because I want a single row per person in my data set. I want to attach this data to another set of data I have that's already about 100 columns and I don't want any duplicate rows.
I've already reworked this data as follows, but I need the about format for a separate dashboard:
Name Question Value
John Q1 1
John Q2 3
John Q3 7