I want to create a grouped bar chart with alternate states. I created two states 'Customer 1' and 'Customer 2' and want to group the bars by the columns P1 - P6. So there is for example the bar group P1, consisting of Customer1 and Customer 2.
P1
P2
P3
P4
P5
P6
Customer 1
2€
4€
6€
8€
10€
12€
Customer 2
3€
5€
7€
9€
11€
13€
Does anybody know how I can achieve this? I tried it with a crosstable , to have the Dimension Price Rates (P1 - P6) but then I could not display the respective values for each Price rate.