Forum Discussion
Matrix to chart
- 5 years ago
Hi Anonymous ,
I am considering input data in the following format as you haven't added any information about it:
You can try a bar chart as shown below based on the data above:
Other option could be - Unpivot your data as follows:
Then produce a chart as follows:
But an additional detail around your raw data will be helpful to suf=ggest more visualisations.
Thanks,
Pragati
Hi Anonymous ,
I am considering input data in the following format as you haven't added any information about it:
You can try a bar chart as shown below based on the data above:
Other option could be - Unpivot your data as follows:
Then produce a chart as follows:
But an additional detail around your raw data will be helpful to suf=ggest more visualisations.
Thanks,
Pragati
Thanks a lot for this!I took the approach of unpivoting the table which helped me present the data the way I needed.