Pivot Charts
A Pivot Chart is an interactive chart that is directly connected to a Pivot Table. It helps users visualize summarized data using charts without creating formulas manually.
Whenever the Pivot Table changes, the Pivot Chart automatically updates. Pivot Charts are widely used in dashboards, reports, sales analysis, student performance analysis, and management reporting.
What is the Difference Between a Normal Chart and a Pivot Chart?
| Feature | Normal Chart | Pivot Chart |
|---|---|---|
| Data Source | Normal Table | Pivot Table |
| Interactive Filtering | Limited | Yes |
| Auto Update | No | Yes |
| Dashboard Usage | Basic | Advanced |
Student Marks Dataset Used
We will use the same marksheet dataset that contains the following columns:
| SI No | Name | Kannada | Hindi | English | Maths | Science | Social | Total | Average | Grade | Result |
|---|
Creating a Pivot Chart
Step-by-Step Process
- Select any cell inside the dataset.
- Click Insert → PivotTable.
- Choose New Worksheet.
- Create the required Pivot Table.
- Click anywhere inside the Pivot Table.
- Select PivotTable Analyze → PivotChart.
- Choose the required chart type.
- Click OK.
Exercise 1 – Total Students in Each Grade
Pivot Table Fields
| Area | Field |
|---|---|
| Rows | Grade |
| Values | Count of Name |
Recommended Chart
- Column Chart
- Pie Chart
Report Generated
Shows how many students received A+, A, B+, B, C+, C, and Fail grades.
Exercise 2 – Pass vs Fail Analysis
| Area | Field |
|---|---|
| Rows | Result |
| Values | Count of Name |
Recommended Chart
- Pie Chart
- Doughnut Chart
Shows the percentage of students who passed and failed.
Exercise 3 – Subject Wise Average Marks
| Area | Field |
|---|---|
| Values | Average of Kannada, Hindi, English, Maths, Science, Social |
Recommended Chart
- Column Chart
- Bar Chart
Compare average performance across all subjects.
Exercise 4 – Top 10 Students by Total Marks
| Area | Field |
|---|---|
| Rows | Name |
| Values | Sum of Total |
Apply Value Filter → Top 10.
Recommended Chart
- Bar Chart
Exercise 5 – Grade Wise Average Marks
| Area | Field |
|---|---|
| Rows | Grade |
| Values | Average of Total |
Recommended Chart
- Column Chart
Compare overall performance for each grade category.
Using Slicers with Pivot Charts
Slicers provide clickable buttons that allow users to filter Pivot Tables and Pivot Charts instantly.
Steps to Add a Slicer
- Select the Pivot Table.
- Click PivotTable Analyze.
- Select Insert Slicer.
- Choose Grade.
- Choose Result.
- Click OK.
Now when you click Grade A+, only A+ students will appear in both the Pivot Table and Pivot Chart.
Best Chart Selection Guide
| Analysis Type | Best Pivot Chart |
|---|---|
| Grade Distribution | Pie Chart |
| Pass vs Fail | Doughnut Chart |
| Subject Comparison | Column Chart |
| Top Students | Bar Chart |
| Trend Analysis | Line Chart |
