This is my sample data. I need to create the Pie chart for the Ach% column belongs to the "Total" marked under red color.
ABC, BCD, DEF are the teams. Row wise , for each product the Ach% is some products it is 45%, 46%. for some products it is 151%, 120%. As a total is showing 27% . To describe the place of the value i made the number in blue color here.
Please suggest how to make pie chart for the Ach% column. Also, the pie chart should show Ach% and Balance Ach%.
You can make the teams and product as dimensions. Change the chart to a pie chart. in the expression, you can have something like avg(Ach). This will only get the value that you want for the Ach which will be one value.