AdventureWorksDW2020 DB is missing a table

Philip O'Donnell 26 Reputation points
2020-10-18T18:54:21.503+00:00

Hi,

I'm trying to go through the PowerBI lab at this url:
https://learn.microsoft.com/en-gb/learn/modules/get-data/lab-prepare

I downloaded the AdventureWorksDW2020 from GitHub and loaded into SQL server management studio. 6 tables are mentioned in the lab:
DimEmployee
DimEmployeeSalesTerritory
DimProduct
DimReseller
DimSalesTerritory
FactResellerSales

But DimEmployeeSalesTerritory is not there. Note, AdventureWorksDW2017 was also mentioned but that table is not in that DB either.

Is there an updated version of AdventureWorksDW2020 that I can get that includes all the mentioned tables?

Thanks

Philip

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,985 questions
{count} votes

Accepted answer
  1. ZoeHui-MSFT 40,056 Reputation points
    2020-10-19T02:41:55.38+00:00

    Hi @Philip O'Donnell ,

    The newest AdventureWorksDW is 2019, you may see in the documentation.

    https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=ssms

    The AdventureWorksDW2020 mentioned in the tutorial is based on the AdventureWorksDW2017 and has been modified to support the learning objectives of the course labs.So it is a bit different with the AdventureWorksDW2017 and you couldn't find the DimEmployeeSalesTerritory.

    In this tutorial, you may need to launch the lab and then complete the exercises with the provided AdventureWorksDW2020.

    33156-screenshot-2020-10-19-103718.jpg

    I tried to log in to the lab environment and connect to the AdventureWorksDW2020, we could see the DimEmployeeSalesTerritory.
    33164-screenshot-2020-10-19-104027.jpg
    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

5 additional answers

Sort by: Most helpful
  1. Scott Hay 15 Reputation points
    2025-01-21T14:55:54.0433333+00:00

    The way to resolve this issue in 2025 is to download the files for the PowerBI training - https://github.com/MicrosoftLearning/PL-300-Microsoft-Power-BI-Data-Analyst/raw/Main/AllfilesDownload.zip - and then restore the AdventureWorksDW2020.bak file that is in the DatabaseBackup folder. You will then have the version of this database with the DimEmployeeSalesTerritory table.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.