Northwind Case Study
Northwind Case Study
Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would
like to complete each case. However, there may be additional case studies and sections on this exam. You
must manage your time to ensure that you are able to complete all question included on this exam in the
time provided.
To answer the questions included in a case study, you will need to reference information that is provided
in the case study. Case studies might contain exhibits and other resources that provide more information
about the scenario that is described in the case study. Each question is independent of the other question
on this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers
and to make changes before you move to the next section of the exam. After you begin a new section,
you cannot return to this section.
The company recently implemented Power BI to better understand its top customers, products, and
suppliers.
The sales department relies on the IT department to generate reports in Microsoft SQL Server Reporting
Services (SSRS). The IT department takes too long to generate the reports and often misunderstands the
report requirements.
Existing Environment. Data Sources
Northwind Traders uses the data sources shown in the following table.
Source2 is exported daily from a third-party system and stored in Microsoft SharePoint Online.
Source2 contains a single worksheet named Customer Details. The first 11 rows of the worksheet are
shown in the following table.
The Address column in Customer Details is the billing address, which can differ from the shipping address.
Existing Environment. Azure SQL Database
The address in the Orders table is the shipping address, which can differ from the billing address.
Each employee in the Sales Employees table is assigned to one sales region. Multiple employees can be
assigned to each region.
Requirements. Report Requirements
Access to the reports must be granted to Azure Active Directory (Azure AD) security groups only. An AzureAD
security group exists for each department.
The sales department must be able to perform the following tasks in Power BI:Create,
Users in the sales department must be able to access only the data of the sales region to which they areassigned
in the Sales Employees table.
Power BI has the following row-level security (RLS) Table filter DAX expression for the Sales Employeestable.
[EmailAddress] = USERNAME()
RLS will be applied only to the sales department users. Users in all other departments must be able toview all
the data.