Computer Tutoring Logo

Cost Calculator

Training delivery
Number of students?
Laptop hire?
Offsite training?

Course price: £ *
Price per head:
£ .

Duration:
2 Day

* Price is exclusive of VAT.

Tell Me More

Live online Face to face
First name:

Last name:

Email:

Tel:

Location:

Number of students:
First NumberPlusSecond Number  = 

Please enter the answer to prove that you are human and not a machine.
I would like to receive software tips and special offers

Microsoft Excel 2013 PowerPivot Training Course Intermediate Reading

Reading Intermediate Microsoft Excel 2013 PowerPivot Course Overview

Intermediate Intermediate training course Reading - Town Hall

A relatively new training location for us however we are eager to get to know and help local businesses in the area.

Reading is a bustling town with a strong literary heritage and vibrant arts scene.

Equipped with laptops with the software loaded on. Also a projector along with a mouse for each laptop as we know how difficult it is to use that little touch pad thingy.

However should you want to get out of your office for your Intermediate Microsoft Excel 2013 PowerPivot Training Course training course then why not come to a local one that we use.

200 Brook Drive
Green Park
Reading
RG2 6UB

In your busy life the convenience of a Microsoft Excel 2013 PowerPivot Training Course Intermediate training course by the M4 near Reading could be the ideal solution.

The Microsoft Excel 2013 PowerPivot Training Course Intermediate in the The Green Park business centre Reading is a stunning building with a full-height atrium and large open-plan reception area. It is one of a group of individually designed landmark buildings attractively positioned around Longwater Lake just outside Reading. With handy access to the M4 this is the ideal location for those coming from the south west or if they simply want to get out of London for the day.

Apart from Microsoft Excel 2013 PowerPivot Training Coursetraining, we also conduct many other computer training courses in Reading. Have a look and see if we can accomodate.


Course Duration: 2 Day

Course Prerequisites for your training in Reading

Previous knowledge and use of Excel, especially in regard to Pivot Tables, is necessary before undertaking these 2 days. Knowledge of the following would be extremely helpful.

  • Understanding of VLookup in Excel
  • Using Slicers in conjunction with Pivot Tables
  • Formatting data ranges as Tables

Complete Course Outline

Introduction to PowerPivot

  • Using a PivotTable on an Excel table
  • Using PowerPivot in Microsoft Office 2013
  • Adding information to the Excel table
  • Creating a data model with many tables
  • Understanding relationships
  • Understanding the data model
  • Querying the data model
  • The PowerPivot add-In
  • Using OLAP tools and converting to formulas
  • Understanding PowerPivot for Excel 2013
  • Creating a Power View report

Using the unique features of PowerPivot

  • Loading data from external sources
  • Creating a PowerPivot PivotTable
  • Using the DAX language
  • Creating a calculated column
  • Creating a calculated field
  • Computing complex aggregations like Distinct Count
  • Refreshing the PowerPivot data model

Introducing DAX

  • Understanding DAX calculations
  • DAX syntax
  • DAX data types
  • DAX operators
  • DAX values
  • Understanding calculated columns and fields
  • Calculated columns
  • Calculated fields
  • Choosing between calculated columns and measures
  • Handling errors in DAX expressions
  • Conversion errors
  • Arithmetical operations
  • Empty or missing values
  • Intercepting errors
  • Formatting DAX code
  • Common DAX functions
  • Aggregate functions
  • Logical functions
  • Information functions
  • Mathematical functions
  • Text functions
  • Conversion functions
  • Date and time functions
  • Relational functions
  • Using basic DAX functions

Understanding data models

  • Understanding the basics of data modeling
  • Producing a report without a data model
  • Building a data model
  • More about relationships
  • Understanding normalization and denormalization
  • Denormalizing within SQL queries
  • The PowerPivot query designer
  • When to denormalize tables
  • Understanding over-denormalization
  • Understanding OLTP and data marts
  • Querying the OLTP database
  • Data marts, facts, and dimensions
  • Star schemas
  • Which database is the best to query?
  • Using advanced relationships

Loading data

  • Understanding data sources
  • Loading from a database
  • Loading from a list of tables
  • Loading relationships
  • Selecting related tables
  • Loading from a SQL query
  • Loading from views
  • Opening existing connections
  • Loading from Access
  • Loading from SQL Server Analysis Services
  • Using the MDX editor
  • Handling of keys in the OLAP cube
  • Loading from a tabular database
  • Loading from SharePoint
  • Using linked tables
  • Loading from Excel files
  • Loading from text files
  • Loading from the Clipboard
  • Loading from a report
  • Loading from a data feed
  • Loading from Windows Azure Marketplace
  • Suggest related data

Understanding evaluation contexts

  • Introduction to evaluation contexts
  • Understanding the row context
  • Testing your evaluation context understanding
  • Using SUM in a calculated column
  • Using fields in a calculated field
  • Creating a row context with iterators
  • Understanding FILTER, ALL, and context interactions
  • Working with many tables
  • Row contexts and relationships
  • Filter context and relationships
  • Introducing VALUES
  • Introducing ISFILTERED and ISCROSSFILTERED
  • Evaluation contexts recap
  • Creating a parameter table

Understanding CALCULATE

  • Why is CALCULATE needed?
  • CALCULATE examples
  • Filtering a single column
  • Filtering with complex conditions
  • Using CALCULATE inside a row context
  • Understanding circular dependencies
  • CALCULATE rules
  • Understanding ALLSELECTED

Using hierarchies

  • Understanding hierarchies
  • When to build hierarchies
  • Building hierarchies
  • Creating hierarchies on multiple tables
  • Performing calculations using hierarchies
  • Using parent/child hierarchies

Using Power View

  • What is Power View?
  • Power View basics
  • Using the Filters pane
  • Decorating your report
  • Understanding table, matrix, and cards
  • Using the matrix visualization
  • Using the card visualization
  • Using a table as a slicer
  • Using charts
  • Using the line chart
  • Using the pie chart
  • Using the scatter chart
  • Using maps
  • Understanding drill-down
  • Using tiles
  • Understanding multipliers
  • Using Power View effectively

Shaping the reports

  • Key Performance Indicators (KPIs)
  • Creating data models for Power View
  • Understanding Power View metadata
  • Using Summarize By
  • Using the default field set
  • Using the Table Behavior dialog box
  • Defining sets
  • Creating dynamic sets with MDX
  • Using perspectives
  • Understanding drill-through

Performing date calculations in DAX

  • Building a calendar table
  • Working with multiple calendar tables
  • Calculating working days
  • Computing the difference in working days
  • Aggregating and comparing over time
  • Year-to-Date (YTD), Quarter-to-Date (QTD), and Month-to-Date (MTD)
  • Time intelligence with CALCULATE
  • Computing periods from the prior year (PY)
  • Computing the moving annual total
  • Using other aggregation functions
  • Computing difference over a previous year
  • Closing balance over time
  • Semiadditive measures
  • OPENINGBALANCE and CLOSINGBALANCE functions
  • Updating balances by using transactions
  • Computing moving averages

Using advanced DAX

  • Banding
  • Ranking
  • Using many-to-many relationships
  • Computing new and returning customers
  • Understanding KEEPFILTERS
  • Implementing basket analysis
  • Understanding the power of calculated columns: ABC analysis
  • Handling currency conversion

Using DAX as a query language

  • Understanding EVALUATE
  • Creating an Excel table with EVALUATE
  • Using common functions in queries
  • Using FILTER
  • Using CALCULATETABLE
  • Using ADDCOLUMNS
  • Using VALUES with ADDCOLUMNS
  • Using SUMMARIZE
  • Using the ROLLUP option
  • Linking back a DAX query
  • Computing ABC analysis with a linked-back table
  • Using CROSSJOIN
  • Using GENERATE