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 | Tables exercise | Create table showing films - sorted and filtered
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 ==> | Tables (6 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.
The aim of this exercise is to produce a table of all films winning more than 10 nominations, suitably ordered. Here's how to do this!
First create a new report, and within this create a dataset to include the following fields:
- FilmName, FilmOscarNominations and FilmOscarWins from the tblFilm table
- StudioName from the tblStudio table
Create a table to list out all of the films in this dataset.
Change the properties of your table to add sorting and filtering so that:
- The films are listed in order of nominations received (with the highest number first). Where two or more films have the same number of nominations, they are sorted by their film name.
- Only films receiving more than 10 nominations are shown.
Turn the page to see an example of what your final report might look like ...
Here is what your final report might look like:

The table is suitably sorted and filtered
Save this report as Winning is what counts, though. After all, anyone can be nominated for an Oscar ...