Forum Discussion
michaelwtk
8 years agoRegular Visitor
Group Bar chart
Given a dataset in the table below, can guide me how to create a group bar chart as shown above? Thanks I have tried, but once i drag the ColumnA and Column B inside the axis, the bar chart ...
- 8 years ago
Hi michaelwtk,
You may need to unpivot original table structure in Query Editor mode.
Then, insert a clustered column chart, add corresponding fields to chart as below:
Best regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi michaelwtk,
You may need to unpivot original table structure in Query Editor mode.
Then, insert a clustered column chart, add corresponding fields to chart as below:
Best regards,
Yuliana Gu
michaelwtk
8 years agoRegular Visitor
Thanks Yuliana,
tweo more question.
if i want to sort the x-axis , Neutral, Sad, Happy, how to configure this ?
if i would like to add both number and percentage , i need to create a new measure? how to achieve that. Many Thanks