EXERCISE TOPIC▼
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 | The CALCULATE function exercise | Work out total sales as a percentage of quadruped sales
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.
You can learn how to do this exercise if you attend the course listed below!
Software ==> | PowerPivot (75 exercises) |
Version ==> | Excel 2013 and later |
Topic ==> | The CALCULATE function (15 exercises) |
Level ==> | Average difficulty |
Classroom ==> | 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.
Create a data model similar to the one below (it doesn't matter what fields you hide from client tools, as long as you include these tables):

The tables to include, allowing us to link quadrants to animals.
Now create this pivot table showing the number of legs for each animal across the top, and the quadrant name down the left-hand side:

See below for notes.
This pivot tables shows:
- The total quantity sold for each cell's query context; and
- The percentage this constitutes of the total for quadrupeds.
Use the CALCULATE function for the denominator for the ratio.
If you've got this working, add another calculated field which shows the percentage of the total for all leg types, using CALCULATE and ALL:

Reassuringly, the total on the right is 100%. Quadrupeds constitute just over 54% of total sales.
When you've finished, save this query as Four legs good, and close it down.