Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Visualizing Data with PivotChart: Part 1

Mar 1, 2020 • 12 Minute Read

Introduction

In today's world, Excel is used in almost all industries, whether it be financial services, IT services, automotive, manufacturing, or many others. Excel deals with large amounts of data and finds insights in it. Without summarizing the information in a chart, understanding can become quite hectic. The need for visualization tools in Excel is undeniable.

In a previous guide, we learned about various aspects of PivotTables with very little emphasis on Pivot Charts. In this series of two guides (beginner and advanced) on Pivot Charts, we will further explore the topic and visualize data using Pivot Charts.

In this beginner guide, Part 1, we will cover the following plots:

  • Bar charts
  • Line charts
  • Scatter plots

In Part 2, we will cover more advanced charts, such as stock, treemap, histogram, box and whisker, and combo charts.

Describing Data

We will be using a dummy data set consisting of data related to colleges in various countries, their fee structures, and their minimum acceptable test scores (GRE and GMAT). Given below is the original data set, which holds eight columns and 10 rows:

CountryCollegeProgramTuition FeeAccommodation FeeMisc ChargesMin GMAT ScoreMin GRE Score
United States of AmericaCalifornia Institute of TechnologyMaster's (Engg)$80,000.00$20,000.00$5,000.00 315
United States of AmericaBrown UniversityMaster's (Engg)$72,000.00$22,000.00$3,000.00 317
United States of AmericaMassachusetts Institute of TechnologyMaster's (Engg)$99,555.00$34,000.00$9,000.00 324
United States of AmericaHarvard UniversityMaster's (Biz)$10,10,000.00$42,000.00$18,000.00770
EnglandUniversity of CambridgePh.D.$86,000.00$56,000.00$12,000.00 317
EnglandLondon School of EconomicsMaster's (Biz)$85,000.00$18,000.00$9,000.00720
EnglandLondon Business SchoolMaster's (Biz)$72,000.00$20,000.00$8,000.00700
IndiaIndian Institute of TechnologyMaster's (Engg)$40,000.00$15,000.00$2,000.00 321
JapanThe University of TokyoPh.D.$68,000.00$55,000.00$6,000.00 314
JapanKyoto UniversityMaster's (Biz)$56,000.00$32,000.00$8,000.00715

We will be building various Pivot Charts based on the given data set.

Note: The above data set doesn't relate to actual data for the mentioned colleges. Please refer to the respective college websites for original information.

Pivot Chart Basics

To build a pivot chart, the first thing you need to do is to construct a PivotTable. Here we have constructed a PivotTable using column names Country and Program under the Rows section and the sum of the tuition fee, accommodation fee, and miscellaneous charges under the Values section.

Row LabelsSum of Tuition FeeSum of Accommodation FeeSum of Misc Charges
England2430009400029000
Master's (Biz)1570003800017000
Ph.D.860005600012000
India40000150002000
Master's (Engg)40000150002000
Japan1240008700014000
Master's (Biz)56000320008000
Ph.D.68000550006000
United States of America126155511800035000
Master's (Biz)10100004200018000
Master's (Engg)2515557600017000
Grand Total166855531400080000

Next, to build any of the Pivot Charts on the given PivotTable, you first need to select those columns you need to visualize, then in the menu bar click on Insert, and then click on the PivotChart icon. This will popup a new dialog box with the name Insert Chart. Now, you can select any of the given charts to plot your selected data.

1. Bar Chart

If you are dealing with numerical data, then bar charts are the first visualization tool that comes to mind. There are a variety of bar charts that can help you summarize numerical data and show you its relative importance. To get a brief understanding of how bar charts work, you can visit the bar chart webpage on the Investopedia website.

We will now learn how to make a variety of bar charts on the PivotTable described in the above section. If you are in the Insert Chart popup dialog box, you can click on the Bar tab, which will show you six types of bar charts. There are really three main kinds of these charts, namely, clustered, stacked, and 3D charts; the remaining are merely a combination of these three charts with the inclusion of a hundred percent stacked theme.

Clustered

100% Stacked Column

3-D 100% Stacked Column

You can use any of the above three charts or the remaining three charts to analyze the given PivotTable data. As you can observe, the bar charts make it very clear as to which program in which country has the highest and the lowest fee structure in terms of tuition, accommodation, and miscellaneous charges.

You can also control the Chart Elements, including Axes, Axis Title, Chart Title, Data Labels, Data Table, Gridlines, and Legend, using the + sign available outside the chart.

2. Line Chart

A line chart can be used to plot either a single or multiple numerical data columns. You can explore more about line charts and their use on the Investopedia line chart web page.

To learn how to make a line chart in Excel's PivotTable, we will be using the same PivotTable as above and all of the three numerical data types, i.e., tuition fee, accommodation fee, and miscellaneous charges.

To create a line chart from multiple numerical data columns, you need to first select the data from the complete PivotTable and follow the same procedure as during the bar chart creation. The only difference is that you need to select line instead of bar inside the Insert Chart dialogue box. Inside the line section, you will observe seven types of available line charts. In this example, we create a line chart with markers, as shown below:

3. Scatter Plot

A scatter plot can be used to show a relationship between two numerical quantities or one numerical and one non-numerical quantity. For a brief overview, you can visit this webpage on the Statisticshowto website.

Sadly, we cannot create a scatter plot on a PivotTable directly using its data. However, there is no restriction on copying the data from a PivotTable and then using it to create a scatter plot. In this section, we will learn how to create a basic scatter plot based on one numerical quantity and one non-numerical quantity.

First of all, we create a new PivotTable using the College column under the Rows section and the Min GMAT Score column under the Values section. We filter the result based on the Program column and further select only the Master's (Biz). Once we are done with this process, we have a PivotTable as shown below:

Program Master's (Biz)

Row LabelsSum of Min GMAT Score
Harvard University770
Kyoto University715
London Business School700
London School of Economics720
Grand Total2905

The follow the given steps to create a scatter plot on this PivotTable data:

  1. Copy the text and the GMAT score data of these four universities and paste them in two new blank columns somewhere in the same sheet.
Harvard University770
Kyoto University715
London Business School700
London School of Economics720
  1. Next, click on a new empty cell and go to the Insert tab under the menu bar. Locate the Charts section, which is available just before the PivotChart section. Click on the scatter plot icon. This will bring an empty scatter plot on the worksheet.

  2. Moving ahead, right-click on the empty scatter plot and click on Select Data.... This will open up a new dialogue box as shown below:

  1. Click on the Add button, which opens up a new dialog box where you can input the series name and its X and Y data values. I have used Master's (Biz) as the series name, but you can select anything you want. Now select the college names in the series X data and select the GMAT score as part of the Y data. For me, the completed dialog box looks like this:
  1. Now press OK a few times and after a bit of tweaking the Chart Elements, you can have a scatter plot like this:

Conclusion

In this guide, you have learned how to take your first steps in building Pivot Charts. You have observed that there are some restrictions on building specific charts directly using PivotTable data; however, you also learned a bypass way to still visualize such data. In Part 2, we will learn to create more advanced charts including stock, treemap, histogram, box and whisker, and combo charts.

More on Excel