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.


Answer accepted by question author
ZoeHui-MSFT 41,551 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.

Was this answer helpful?

2 people found this answer helpful.

5 additional answers

Sort by: Newest
  1. Philip O'Donnell 26 Reputation points
    2020-10-19T10:32:24.517+00:00

    Hi @ZoeHui-MSFT ,

    Thanks for the reply. Much appreciated.

    I downloaded and restored the AdventureWorksDW2019 file (because I can't see a ...2020 version) but there is no DimEmployeeSalesTerritory table there either. I'll attach an image.

    One of your images shows adventureworksdw2020. Where did you get that file?

    Regards

    Philip33314-adventureworksdw2019.png

    Was this answer helpful?


Your answer

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