EXERCISE TOPIC▼
POWER BI EXERCISES▼
POWER BI EXERCISES▼
- Basic reports (10)
- Data sources (2)
- Query editor (8)
- Multiple tables (1)
- Filtering data (9)
- Drill-through filtering (1)
- Bookmarks (4)
- Charts (10)
- Other types of visualisation (1)
- Overview of maps (6)
- Calculated columns (7)
- Introduction to DAX (3)
- Creating measures in DAX (1)
- Calendars (2)
- Date functions (2)
- Roles and security (1)
- Advanced data models (4)
- Drill-through and bookmarks (3)
- Custom visuals (3)
- Parameters (5)
- Quick measures (3)
- Report themes (2)
- Power BI mobile (1)
- Power BI Templates (1)
- Tooltips (2)
Power BI | Parameters exercise | Using Power BI parameters to filter data
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 one of more of the courses listed below!
Software ==> | Power BI (92 exercises) |
Version ==> | Latest update |
Topic ==> | Parameters (5 exercises) |
Level ==> | Average difficulty |
Courses ==> | Advanced Power BI / Fast track 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.
Create a model using all the sheets in the above excel file. The aim is to create a parameter to filter the query editor based on a given Genre like so:

Checking the genre column filter in the data model should only show a single value in the list when you are finished.
To start with, create a parameter which will take in a genre entered by the user. Within the query editor choose Manage Parameter on the Home tab.

Required will prevent you from leaving the Current Value blank. Choosing Any value from Suggested Values gives your users an input box for the parameter value.
Click the top of the column you want to apply a filter to:

If you want an exact match to the entered value choose Equals - otherwise use Contains to show any values including the entered string.
Set the filter equal to whatever value is currently held within the parameter:

By default this will be the Current value that you entered in earlier.
This will filter the data before it enters your data model, meaning that the only films left should share the same genre:

To change the value held in the parameter choose Edit Queries then Edit Parameters from the Home tab within report view.
Optionally save this as Favourite films by genre, then close it down.