EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Power Platform exercises ()
- 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)
POWER BI EXERCISES▼
DAX EXERCISES▼
DAX | Basic measures exercise | Create a measure showing the average profit margin for films
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 ==> | DAX (28 exercises) |
Version ==> | |
Topic ==> | Basic measures (3 exercises) |
Level ==> | Average difficulty |
Subject ==> | Power BI 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.
Open the Power BI file in the above folder to see:

The database contains 3 tables, as shown.
Create a fourth table to hold your measures, and create and show two simple measures and a table to display them in:

Create two simple measures to show the average box office takings and average budget spend for each film in millions of dollars, and show the measures in a table.
Now create and show a measure called Average profit margin showing that the film business is a good one to be in (at least for the films listed in the Wise Owl table):

The profit margin for a film is defined as the box office takings minus the budget for the film, divided by the box office takings.
You will need to trap divide-by-zero errors!
Save your file as Profit margins, then close it down.