I have data in a google sheet
| Category | Orders |
|---|---|
| S | 40 |
| S | 40 |
| A | 10 |
| A | 10 |
How can I create a single stacked bar chart to appear like this?

Thanks
I have data in a google sheet
| Category | Orders |
|---|---|
| S | 40 |
| S | 40 |
| A | 10 |
| A | 10 |
How can I create a single stacked bar chart to appear like this?

Thanks
Hi,
To get this done, start by creating a dimension called “Category holder” in the calculated field.
Next, set your chart type to a 100% stacked bar chart. Then:
Hi
Thanks for reading and replying.
What should the calculation/value in the newly created “Category Holder” dimension be?
I tried checking via the reference dashboard you created but did not have access to your data set.
Thanks
Great,
I am getting same results as you = the results I want
Thanks for your help.