EXERCISE TOPIC▼
SSAS EXERCISES▼
SSAS - TABULAR EXERCISES▼
- Creating a data model (2)
- Excel pivot tables (1)
- PowerView (2)
- Power BI Desktop overview (1)
- Other data sources (1)
- Calculated columns (4)
- Measures (3)
- Changing query context (2)
- The EARLIER Function (1)
- DAX queries (3)
- Date calculations (3)
- Hierarchies (1)
- KPIs (2)
- Perspectives (1)
- Prototyping using PowerPivot (1)
- Security (2)
SSAS - tabular | DAX queries exercise | Add columns to the output from a DAX query
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 on the relevant Wise Owl classroom training course (sadly for the moment only in the UK).
Software ==> | SSAS - tabular (30 exercises) |
Version ==> | SSAS 2012 and later |
Topic ==> | DAX queries (3 exercises) |
Level ==> | Harder than average |
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.
If you haven't already done so, run the SQL script in the above folder in SQL Server Management Studio to generate a database (not for commercial use or copying) called MAM.
Create a DAX query in Management Studio (or DAX Studio, if you can get it to work) which lists out for each shopping centre the ratio of square metre area to number of units, with the highest ratio coming first:

The first few shopping centres - notice the Infiinity for Market Quay.
Use ADDCOLUMNS to add an additional column to the output from the EVALUATE query.
At the start of your query, create an ad hoc measure in the Centre table to calculate the total value of transactions (defined as price times quantity for each), and display this alongside the existing columns:

The additional column generated giving the value of transactions for each centre.
Save this query as Yeah, and close it down.