Criteria for creating chart

What is the criteria to get Pie chart while doing Athena Chat?

2 Likes

Thank you for your question. The criteria for data to be visualized in a pie chart are fairly straightforward. To create a pie chart, your query needs to include both a suitable metric and an appropriate dimension. This may sound a little technical, but it’s actually quite simple. To give you an example, let’s say you want to create a pie chart that shows the top 10 customers by their purchase quantity. In this case, “customer” would be the dimension and “purchase quantity” would be the metric. You could also create a pie chart showing the top 5 customers by revenue, using “customer” as the dimension and “revenue” as the metric.

So, in short, if you want to create a pie chart, make sure your query includes a dimension and a metric where the number of results is less than or equal to 10. If you follow these guidelines, you’ll be able to create beautiful pie charts that effectively communicate your data.
I hope that helps!

5 Likes