Forum Discussion
Astralex
Apr 04, 2022Copper Contributor
Pie chart orders by country
That must be really simple, but I'm still failing to understand how to do so. I have a column with orders values and another one with countries where orders originate from. I want a pie chart showin...
SergeiBaklan
Apr 04, 2022Diamond Contributor
To group by country you may create PivotTable and build the chart based on it. If you have more than 3 countries bar chart will be better compare to pie chart.
- AstralexApr 04, 2022Copper ContributorThank you!