Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am making a pie chart where i want to see the shares from the total of two values.
I have my fields Product, Men, Women
where there are values in each Men and Women field for each product.
I want to show a pie chart where i can see the percentages of each field for the total.
Do anyone understand what i am trying to do?
Thank you
Try pie chart trellis - it wil look as multiple pie charts, one per Product, with Men and Women as pie shares.
Where or how do i make this pie chart trellis? thank you
Create a pie chart object with two dimensions - Product and Gender, and expression, for example sum(Amount)
On the Dimensions tab, click buttom Trellis, and click "enable trellis chart". This should be enough.
the order of Dimension matters, so if you got it wrong just promote the second dimension.