Book Image

Instant Creating Data Models with PowerPivot How-to

By : Taehyung Lee
Book Image

Instant Creating Data Models with PowerPivot How-to

By: Taehyung Lee

Overview of this book

Microsoft PowerPivot is a free software designed to enhance Microsoft Excel. It allows the user to make extensive use of his/her computer's powers to draw data from various sources, do analysis across millions of rows of data, and present results in a very unique format. Instant Creating Data Models with PowerPivot How-to is a concise and to-the-point guide that helps you get a jump start on using this strong business intelligence tool, while still working in an environment similar to Excel. You will begin with data generation and manipulation, learning a new feature at each step by building onto the old file, and ultimately creating a comprehensive file. Instant Creating Data Models with PowerPivot How-to will guide the user through database installation, importing data from various sources, creating pivot charts and tables, utilizing a unique feature of PowerPivot called slicers,adding custom columns, and setting custom relationships between data to generate the ultimate customized dataset for analysis. By the end of the book and all the sections of Microsoft PowerPivot for Excel, the reader will be fully experienced and ready to utilize this powerful software.
Table of Contents (7 chapters)

Making the data look presentable (Simple)


We've put data in a pivot table and a pivot chart to make them comprehensible and easy-to-find trends. However, that is not enough. The easier it is to see the trends, the more effective the work is; and just like how famous brands use marketing to their advantage, we are going to package our little product to make it more appealing, more meaningful.

We will focus on features outside of pivot tables and pivot charts since there are millions of ways to represent the data in those two. Instead, we will build upon what we have prepared so far to redesign, organize, and clean up our data.

Getting ready

From the previous recipe, prepare the file CustomColumns_v1.xlsx. Open it up, copy the sheet DeliveryTime04, and save the copied sheet as Result.

How to do it...

  1. Can we present this to our boss? No, of course not. The pivot chart does not mean anything, there is a field called Row Labels, and it just does not look presentable in any way or form. This is no different than just providing the raw database's data and telling someone to interpret it, not to our standard.

  2. Then let's start re-packaging our results. Firstly, let us name items by changing the Row Labels value to Year/Month as shown in the following screenshot:

  3. Then, also change the names of slicers as follows:

    • Change CountryRegionCode to Country Name

    • Change OnlineOrderFlag to Online Order?

    • Change ShippingDays to Shipment Duration (days)

    • Change Name to Product Name

    • Move all vertical slicers to horizontal

  4. Click on the pivot chart. Under the Design tab, click on Switch Row/Column. Now our pivot table will be represented horizontally. However, this is too long! Move the Year dataset from Column Labels to Row Labels.

  5. Oh! As we have changed our row, Row Labels and Column Labels appeared again. Rename as Year and Month respectively. Also change the Sum of OrderQty and Sum of LineTotal options to Order Quantity and Order Amount ($) respectively.

  6. Create an additional pivot chart (copy over the previous one). Set the first chart type as doughnut, and the second chart type as bar graph. Place underneath the pivot table.

  7. Above the pivot table, extend the horizontal slicers to match the size of the pivot table as well. Rearrange as necessary. It may sound feasible to remove the Month slicer because we can easily compare the monthly results year over year, but we will not remove it because it helps us to filter our graphs, which would otherwise show all 12 months at the same time.

  8. Since we can see the direct numbers from the pivot table, we don't need exact numbers in the pivot charts. Instead, the pivot chart should be used to observe trends. Thus, we will modify our bar graph, which doesn't show us much information other than the Order Amount ($) values due to the sheer largeness of the order amount in comparison to the order quantity.

  9. Double-click on vertical axis, and under Axis Options, check the Logarithmic Scale option. Then manually specify the Minimum value as 100. Now we have represented the values in logs of 10. The result should be as shown in the following screenshot:

  10. Even though we may not have specific values, it is so much easier to observe the trends—whether the sales have increased or decreased over the months. We are able to observe in more detail if we use the horizontal slicers to filter using per product, or per year. And if we need specific figures, we can always refer to the preceding pivot table.

  11. For instance, by filtering on yearly basis, we can clearly observe that the increase in number of products sold signifies greater sales revenue. Although it may sound obvious that the more products we sell, the more money we make, it is not necessarily the case as 2007 December appears to have sold fewer products than 2007 August, but has higher revenue ($ amount sold). Referring to the pivot table, we can observe that it is indeed true: December sold about 3,000 fewer products, but generated about $200,000 more than August.

  12. We also notice in the bar graph that the online orders have increased sharply in the middle of 2007, and that orders have been increasing ever since. By filtering based on Months, the doughnut graph makes it easy to view year-over-year changes in the orders.

  13. We can filter through more, but the format is not good as the pivot table seems to resize based on which slicers we use. Rearrange the orders to slicers, pivot charts, and then pivot tables. The slicer also has many criteria, and we can remove the overlapping ones. In this case, that would be the seasons, as we can manually filter by selecting the months, instead of the seasons (that is, clicking on 1, 2, and 12 using the Month slicer will give the same result as clicking on the Winter slicer). Thus, remove the Seasons filter.

  14. Also remove Shipment Duration (days) as we are not interested anymore in few outliers, which took one day more to ship. That leaves more space for the Product Name slicer, enabling us to scroll through faster.

  15. Now, since our pivot table, chart, and slicers look good, it's time to make the final arrangements using Excel.

  16. Under the third tab, Page Layout, uncheck the View button of the Gridlines button. It removed all gridlines in the background, making it look more clean and crisp. Also change the color of the sheet to red, highlighting that this is the final, most relevant sheet. The final product should appear as shown in the following screenshot:

  17. In short, the final preparation step for creating a presentation-worthy PowerPivot is as follows:

    • Rearrange all data such that the graphs and/or tables are not too wide or long, so that a glance should provide some understanding of the material

    • Rename all filters, tables, and charts so that anyone who is somewhat familiar with the material is able to comprehend at once what each items are

    • Perform typical Excel steps in creating an overview/result/summary sheet by removing backgrounds, highlighting sheets, and saving the file with a proper naming convention

How it works...

We are done in preparing our file! The final product appears comprehensive, understandable, and presents both graphs for trends and table for actual figures. The background is clean, white space, the figures change based on our slicers, and we are able to make an analysis on it, and are able to send it to others to share our results!

We have managed to achieve this by rearranging, reconfiguring our data, renaming, and adding/removing items and backgrounds to make it look more appealing in both a data-analytical sense and in an aesthetical sense.

There's more...

There are resources online on making your Excel appear more professional. Since PowerPivot builds upon Excel 2010, it may be of use to look these tips up online since an Excel file can never look too good.