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 | Power BI Desktop overview exercise | Create a Power BI report based on an SSAS Tabular model
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 the course listed below!
Software ==> | SSAS - tabular (30 exercises) |
Version ==> | SSAS 2016 and later |
Topic ==> | Power BI Desktop overview (1 exercise) |
Level ==> | Average difficulty |
Course ==> | SSAS - Tabular Model |
- Go into SQL Server Management Studio;
- Open the SQL file you've just unzipped (you can press CTRL + O to do this); then
- Execute this script.
This will generate the database that you'll need to use in order to do this exercise (note that the database and script are only to be used for exercises published on this website, and may not be reused or distributed in any form without the prior written permission of Wise Owl).
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 new project called BaseModel, importing into it all of the main tables in the Make-a-Mammal database. Create and deploy a model so that you see something like this in Management Studio:

What you should see when you browse your model in SSMS: three aggregator columns (dimensions) and one measure summing total quantity sold for purchases.
Create a new Power BI report, and import from (not link to) your deployed model to get:

The model columns as they initially appear in Power BI - you should now rename them to make them easier to refer to.
Create a matrix showing total sales by region and environment:

A matrix in Power BI is a bit like a pivot table in Excel.
Turn on conditional formatting for your matrix:

Use this formatting section to apply conditional formatting, and click on Advanced controls.
Apply rules by ticking this box:

Tick this box when setting conditional formatting to create rules.
By setting colours in bands of 5,000, create this effect:

Only sales in the Land environment in the South-East get the darkest colour.
Add a slicer to control which centre types you're viewing:

Set the Orientation property to Horizontal to achieve this effect, and turn the Header property off and the Title property on.
Produce a chart showing the breakdown of sales by environment:

A donut chart showing sales by environment.
At the moment when you click on a cell in your matrix it shows the corresponding data in the donut chart:

Choices you make in one visual affect the appearance of the other.
Choose to edit your visual interactions:

Select this tool on the Format tab of the ribbon.
Make the donut chart independent of the matrix:

This is the tool to click on, although you might like to play about with the funnel icon instead.
Save your report as Wow, then if you have a Power BI account publish it and have a look at in in Power BI Service (otherwise just close it down).