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 (157)
- 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)
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 | Other data sources exercise | Linking Excel workbooks, Access databases and Word tables
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 ==> | SSAS - tabular (30 exercises) |
Version ==> | SSAS 2012 and later |
Topic ==> | Other data sources (1 exercise) |
Level ==> | Average difficulty |
Subject ==> | SSAS 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.
This should be easy: all you have to do is count how many stores there are in each region. What could possibly go wrong?
Sadly, Mr. Angry has taken your nice SQL Server tables and scattered them into a diverse range of data sources. Your task is to round them up in a data model!
Open the workbook called Stores in the above folder to have a look at its contents, then close it down. Now create a new tabular model project, and import this table into it from this Excel file:

Rename your table in your data model.
Now open up the Word document called Regions in the above folder to view its contents. Select all of the data in the table of regions, copy it and paste it into your data model with the name Region to get:

You can't tell that the table on the left comes from Excel, and the one on the right from the clipboard.
Import the table called tblCentre from the Access database called Geography in the above folder (you won't need to type in a user name or password):

The table imported from Access, with a suitable new name.
Finally, import the Excel workbook of towns from the above folder, and link up your tables using relationships to get:

The data model linking data from two Excel workbooks, an Access database and a Word document!
Use this data model to create a pivot table showing how many stores there are per region:

The start of the pivot table.
Discuss with colleagues or neighbours how you could use this amazing tool to bring together your disparate data sources, back in the office!