Stacked bar chart from dataset

Hi all,

I’d like to display the following dataset using an XYChart as a stacked bar chart:

image

I’m having issues figuring out how to configure the XYChart.

Column WMS_CUTOFF should be x-axis,
y-axis would be the stacked ORDER_STATE with AMOUNT.

New to this and wasn’t able to find an exact manual.

Thanks!

This should send you in the right direction.

1 Like

Thanks - that helped me a ton!
Just needed to edit my query so I pivot every state in its own column.

Thanks :slight_smile:

1 Like