WISE OWL EXERCISES
POWER BI EXERCISES
POWERPIVOT EXERCISES
- PowerPivot data models (7)
- Pivot tables using PowerPivot (2)
- Using Excel tables (3)
- Using other data sources (1)
- Transforming data (Power Query) (7)
- Calculated columns (7)
- Measures (2)
- The CALCULATE function (15)
- More advanced DAX functions (5)
- Calendars (1)
- Date functions (10)
- Hierarchies (2)
- KPIs (5)
- Power View (4)
- Power BI Desktop overview (3)
- Power BI Desktop maps (1)
PowerPivot | Date functions exercise | Show total sales with the figures for the previous 2 quarters
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
The answer to the exercise will be included and explained if you attend the course listed below!
Software ==> | PowerPivot (75 exercises) |
Version ==> | Excel 2013 and later |
Topic ==> | Date functions (10 exercises) |
Level ==> | Average difficulty |
Course ==> | PowerPivot / Excel Power BI |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
If you haven't already done so, run the SQL script in the above folder (copying and commercial use prohibited) to generate a database called MAM. Also if you haven't already done so, run the spCreateCalendarTable stored procedure to create a calendar table.
In a new workbook, create a suitable data model, and from this create a pivot table showing total quantities sold by year/quarter and quadrant:

You'll need to import the tables tblCalendar, tblCentre, tblPos, tblQuadrant, tblRegion, tblStore, tblTown and tblTransaction!
Create two new calculated fields as follows:
Name | What it calculates |
---|---|
Same period last year | Total quantity sold for the same period in the previous year, using the SAMEPERIODLASTYEAR function. |
Two quarters ago | Total quantity sold for the corresponding dates two quarters ago, using DATEADD. |
Show these in your pivot table:

Check back to the original pivot table in the exercise - you should satisfy yourself that the figures shown are correct.
Save this workbook as Annus horribilis, then close it down.