Forum Discussion
Creating a control chart with multiple y measurements for one x value
- 5 years ago
You should unpivot your data and make your analysis/visualization simpler. In the query editor, right click on the Date column and choose "Unpivot Other Columns". This will create an Attribute and Value column (or whatever you name them). You can then use the Attribute column as the legend in your visual, but use individual measures for each property (avg, max, std, etc.), instead of having to write a set of measures for each column/measure.
Pat
I was able to unpivot my columns and use the attribute column as the legend, but it still will not display the points. I am not able to insert the value column as the Y Axis. Is there a step I am skipping?
Hi, Anonymous
I agree mahoneypat, you still need to modify your measure for use. If you are confused, Can you share some sample data ? So we can modify measure for you.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
I was able to create the control chart by unpivoting my table and following the directions. I am now struggling with finding the average measurement per day and displaying this information on my scatterplot. I would like each average per day to show on the chart and connect to the other averages