Forum Discussion
Gems
3 years agoAdvocate I
Slicer first and then a stack chart with multiple variables
Hi! I'm stuck! I need help in doing this: First, I need to create a Slicer with the colours variable, so you can choose Red, Purple, etc. Once you have selected the colour, the stack chart shoul...
- 3 years ago
Gems,
As you mentioned, first step is to get your data into a proper table. For this I suggest:
ColourSlicer Vehicle Category Value Red Cars A 19.0 Red Cars B 83.6 Once the table is set up in this manner, the Slicer Visual and Stacked Bar chart will come naturally.
Hope this gets you going.
Regards,
rsbin
3 years agoCommunity Champion
Gems,
As you mentioned, first step is to get your data into a proper table. For this I suggest:
| ColourSlicer | Vehicle | Category | Value |
| Red | Cars | A | 19.0 |
| Red | Cars | B | 83.6 |
Once the table is set up in this manner, the Slicer Visual and Stacked Bar chart will come naturally.
Hope this gets you going.
Regards,
Gems
3 years agoAdvocate I
Thank you so much! I was really stuck with this.
I've learned so much with your answer and the problem is solved.
Thank you so much!