Forum Discussion
Anonymous
4 years agoNot applicable
Several Values for Stacked Column Chart
Hello everyone, I have this dataset: Dimension Column1 Column2 Column3 Column4 row1 22 32 77 Extern row2 11 43 68 Extern row3 44 54 87 Extern row4 33 65 98 Intern...
- 4 years ago
Hi Anonymous ,
For achieving this you need to unpivot the values columns. On the query editor select the column 1,2 ,3 and then unpivot:
It will give you the result below:
Rename the columns has you wish and do your chart using the following setup:
MFelix
4 years agoSuper User
Hi Anonymous ,
For achieving this you need to unpivot the values columns. On the query editor select the column 1,2 ,3 and then unpivot:
It will give you the result below:
Rename the columns has you wish and do your chart using the following setup:
Anonymous
4 years agoNot applicable
Thank you so much both of you! MFelix I used your method and it worked very well, thanks a lot! 🙂