I am currently creating a bar chart to display the amount of product loaded on a given day. As such, my dimension is the month/day of a given sale, and the measure is the amount loaded. This is working fine for me, creating a standard bar chart.
The issue I'm trying to resolve is that each day, we deal with a variety of products. What I'd like to display is a bar chart showing multiple bars for a given day, each representing a different product. As such, for a given day, we might have four different bars, each of a different color, showing that we loaded 100 units of product x, 25 of product y, and so on. I'm wondering if there's a way to go about doing this? Thank you in advance.
Add the product dimension as second dimension to the chart. You can then choose on the Style tab if you want to show the bars as groups of bars or as stacked bars.