EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Python exercises (28)
- Report Builder exercises (141)
- SQL exercises (198)
- SSAS exercises (51)
- SSIS exercises (46)
- SSRS exercises (99)
- VBA exercises (85)
- Visual Basic exercises (46)
REPORT BUILDER EXERCISES▼
REPORT BUILDER EXERCISES▼
Report Builder | Expressions exercise | Calculate the age of an actor when a film was made
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.
Software ==> | Report Builder (42 exercises) |
Version ==> | RB 3 or RB 2016 |
Topic ==> | Expressions (5 exercises) |
Level ==> | Average difficulty |
Subject ==> | Report Builder training |
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.
Create a report picking out the following data:
- From the tblFilm table, the FilmName and FilmReleaseDate fields
- From the tblActor table, the ActorName and ActorDob fields
- From the tblCast table, the CastCharacterName field
You'll need to create relationships linking these tables together for your dataset.
Within this report create a table listing actors (we'll calculate the year and age fields shortly):

The table should have data in the first two columns only
Use the =YEAR function to create expressions to calculate the years shown for columns 3 and 4.
Now create an expression for the final column which gives the age of each actor at the time a film was made (just subtract one year from the other).
If that's all done, see if you can sort the table so that the youngest actors (at the time a film was made) appear at the top of the list. Your table should begin:

Dakota Fanning tops the list!
Save this report as How old were they then.