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 | Quick measures exercise | Dynamic header cards
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 ==> | Quick measures (3 exercises) |
Level ==> | Relatively easy |
Courses ==> | Fast track Power BI/DAX / Advanced 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.
Using the Excel file in the above folder create a chart, a slicer and apply a page filter. The results should look something like this:

Wouldn't it be nice to have a message box saying which filters had been applied?
From the Home tab choose Quick Measure, then from the bottom of the list choose Concatenated list of values:

All the values in the Field column will be concatenated. The Number of values before truncation box indicates how many are listed before returning etc.
Repeat this for all the columns you have used for filtering, and then insert the newly created measures into cards:

What would be slightly nicer is having them in one card together, but there isn't a quick measure to do this.
From the Home tab choose New measure and concatenate the two previously created measures together:

The UNICHAR(10) returns a line break, so the filters will be listed on two lines.
Put this in a card to create a new dynamic title:

The final title shows all of the filtering and slicing choices that you have made.
Optionally save your report as Helpful headlines then close it down.