We offer private, customized training for 3 or more people at your site or online.
With Power Pivot, Microsoft provides users with the ability to pull and explore data from a variety of data sources, all within a single PivotTable and Power View report. The information stored in Power Pivot is commonly referred to as a data model. By performing the following hands-on practice, you will explore adding tables from a SQL Server data source and an Excel file. You will also create relationships between tables in the Power Pivot data model and add a PivotTable based on your newly created data model. Finally, you will add a Power View report and create a table and bar chart in that report.
Prerequisites
- Microsoft Silverlight
- Excel 2013 with Power Pivot and Power View enabled
- SQL Server 2012 with AdventureWorksDW2012 database installed
- Excel file with Customer information
General Notes:
Due to heightened security restrictions in Excel, if you see a security warning with an Enable Content button, you must click this button before you can edit your Excel worksheets or save changes in Power Pivot.
I have seen intermittent problems where the POWER PIVOT ribbon disappears. In most instances, the only fix is to reboot the entire computer. There is a bug notice on Microsoft Connect for this, but unfortunately, it is impossible to reproduce. I have found no correlation to when or why it happens, although low system resources do seem to play a part in it.
Directions
- Open Excel 2013.
- On the New page, click Blank workbook to create a new workbook.
- Switch to the POWER PIVOT ribbon, and then click Manage.
- On the HOME ribbon, click the down arrow on Get External Data, click From Database, and then click From SQL Server.
- Enter the name of your SQL Server instance in the Server name box.
Note: A period “.” will work if your SQL Server is on your local computer.
- Set the appropriate authentication information, select AdventureWorksDW2012 from the Database name drop-down list, and then click Next.
- Verify that Select from a list of tables and views to choose the data to import is selected, and then click Next.
- On the Select Tables and Views page, click the check box in the first column to select the DimDate and FactInternetSales source tables.
- Change the Friendly names to Date and InternetSales respectively.
- Click Finish.
- Once the import has completed, click Close.
- You should now see two tabs in the Power Pivot window. Click the Save icon in the Quick Launch area at the top of the window. Name the file InternetSales and place it in a location where you can find it again if necessary.
Note: This will switch you back to Excel to save the file.
- You can use Alt-Tab, your mouse, or the Manage button on the Power Pivot ribbon to return to your data model in Power Pivot.
- On the Home ribbon, click Get External Data, and then click From Other Sources.
- On the Connect to a Data Source page of the Table Import Wizard, click Excel File near the bottom of the list under Text Files, and then click Next.
- Click the Browse button, and locate and click the CustomerInfo.xls file that accompanies this demo, and then click Open.
Note: You will need to change the file type drop-down list to All files (*.*) or Microsoft Office Access 97-2003 Database (*xls, *.xlt).
- On the Connect to a Microsoft Excel File page, select the Use first row as column headers option, and then click Next.
- Select the check boxes for the DimCustomer and DimGeography source tables.
- Change the Friendly Name column to remove the “Dim” from the name.
- Highlight the DimGeography row, and then click the Preview & Filter button.
- Remove the checks from the boxes at the top of the FrenchCountryRegionName and SpanishCountryRegionName columns, and then click OK.
- Click Finish.
- When the import has finished, click Close.
- You should now have 4 tabs across the bottom of the page. Each tab represents a table in your data model.
- Click Diagram View in the View section to the far right side of the HOME ribbon.
- When the diagram view appears, drag the CustomerKey field in the InternetSales table to the CustomerKey field in the Customer table.
Note: This creates a relationship between these two tables so that you can build formulas across all of the tables.
- Repeat this process to create a relationship between the GeographyKey in the Customer table and the GeographyKey in the Geography table.
Note: It does not matter which direction you make the connection. Power Pivot looks at the data to determine which side is the one side and which side is the many side and creates the relationship accordingly.
- Click the PivotTable button on the HOME ribbon, and then click PivotTable.
- In the Insert Pivot dialog box, click Existing Worksheet, verify that the location is set to ‘Sheet1’!$A$1, and then click OK.
- In the PivotTable Fields list, expand InternetSales, and then select the box next to SalesAmount. Notice that Sum of SalesAmount is added to the VALUES area, and also to the PivotTable.
- Return to the PivotTable Fields list, and expand the Geography table.
- Drag the EnglishCountryRegionName field to the ROWS area at the bottom of the list.
- Drag the StateProvinceName field to below the EnglishCountryRegionName.
- Return to the PivotTable Fields list, and expand the Customer table.
- Drag the MaritalStatus field to the COLUMNS area and review your PivotTable.
- Save your workbook.
- Change to the INSERT ribbon.
- Click Power View in the Reports section near the center of the ribbon.
- A new worksheet named Power View1 appears and the POWER VIEW ribbon should be active.
- From the Power View Fields area on the right side of the screen, expand InternetSales, and then drag the SalesAmount field and drop it on the left side of the canvas under the Click here to add a title heading.
- In the Power View Fields list, expand Geography, and click the box to select the EnglishCountryRegionName field.
- If necessary, click and drag on one of the corners to resize the table to show all of the displayed information.
- If the EnglishCountryRegionName field appears to the right of the SalesAmount field, in the FIELDS area at the bottom of the Power View Fields list, drag the SalesAmount field to below the EnglishCountryRegionName field.
- In the Power View Fields list, expand Customer and drag the MaritalStatus field to the middle of the canvas, far enough away from the existing table so that it creates a new table, rather than modifying the existing table.
- Add the SalesAmount field to this new table, below the MaritalStatus field.
- Verify that the new table is selected.
- On the DESIGN ribbon, in the Switch Visualization section, click Bar Chart, and then click Stacked Bar. Resize the chart to show all the information if needed.
- Click on the bar for “M”. Notice that the SalesAmount column in the first table changes to show the totals for people who are married.
- Click down under the bars near the word “(Millions)” to clear the slicer and show the total sales again.
- Save and close your Excel workbook.
Author: Ann Weber, one of Accelebrate's instructors