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 | Calculated columns exercise | Calculated Column to Sum Transactions by Weekday
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 on the relevant Wise Owl classroom training course (sadly for the moment only in the UK).
Software ==> | PowerPivot (75 exercises) |
Version ==> | Excel 2010 and later |
Topic ==> | Calculated columns (7 exercises) |
Level ==> | Relatively easy |
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.
The aim of this exercise is to show the total value of transactions according to the day of the week:

It looks like Friday was the most popular day, but not by much.
Here's what the PowerPivot field list should look like (eventually!):

The two fields of interest for our pivot table.
To start, if you haven't already done so run the script in the above folder to generate the MAM database (not for commercial use or copying), then create a new workbook.
Connect to the tblTransaction and tblPos tables, and create a new calculated column in the latter which gives the weekday.
You can use either =format([PosDate],"dddd") or =format(Pos[PosDate],"dddd"), depending on how you create the formula.
Now use the RELATED function in the tblTransaction table to show the weekday alongside the quantity sold, and use this to create the pivot table at the start of this exercise.

Your formula should start =RELATED(.
To get the pivot table to sort the days correctly, just sort by the day name:

Click on the row labels drop down and choose to sort A to Z. As to why this works - wait for the calendar part of the course!
Save this workbook as Daily sales, then close it down.