New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You plan to use Power BI to create a quarterly profit report that meets the following requirements:

• Emphasizes the percentage of total profits contributed by each product category in dollars and as a percentage

• Compares profit margins across sales regions

Which type of visual should you use for each requirement? To answer, drag the appropriate visuals to the correct requirements. Each visual may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

You are profiting data by using Power Query Editor.

You have a table that contains a column named column1. Column statistics and Value distribution for column1 are shown in the following exhibit.

Your company has employees in 10 states.

The company recently decided to associate each state to one of the following three regions: East, West, and North.

You have a data model that contains employee information by state. The model does NOT include region

information.

You have a report that shows the employees by state.

You need to view the employees by region as quickly as possible.

What should you do?

A.

Create a new aggregation that summarizes by employee.

B.

Create a new group on the state column and set the Group type to List.

C.

Create a new group on the state column and set the Group type to Bin.

D.

Create a new aggregation that summarizes by state.

You have a custom connector that returns ID, From, To, Subject, Body, and Has Attachments for every email sent during the past year. More than 10 million records are returned.

You build a report analyzing the internal networks of employees based on whom they send emails to.

You need to prevent report recipients from reading the analyzed emails. The solution must minimize the model size.

What should you do?

A.

Implement row-level security (RLS) so that the report recipients can only see results based on the emails they sent.

B.

Remove the Subject and Body columns during the import.

C.

From Model view, set the Subject and Body columns to Hidden.

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have a Power BI model that contains two tables named Sales and Date. Sales contains four columns named TotalCost, DueDate, ShipDate, and OrderDate. Date contains one column named Date.

The tables have the following relationships:

    Sales[DueDate] and Date[Date]

    Sales[ShipDate] and Date[Date]

    Sales[OrderDate] and Date[Date]

The active relationship is on Sales[DueDate].

You need to create measures to count the number of orders by [ShipDate] and the orders by [OrderDate]. You must meet the goal without duplicating data or loading additional data.

Solution: You create measures that use the CALCULATE, COUNT, and USERELATIONSHIP DAX functions.

Does this meet the goal?

A.

Yes

B.

No

You have a Microsoft Power Bl report. The size of PBIX file is 550 MB. The report is accessed by using an App workspace in shared capacity of powerbi.com.

The report uses an imported dataset that contains one fact table. The fact table contains 12 million rows. The dataset is scheduled to refresh twice a day at 08:00 and 17:00.

The report is a single page that contains 15 custom visuals and 10 default visuals.

Users say that the report is slow to load the visuals when they access and interact with the report

You need to recommend a solution to improve the performance of the report.

What should you recommend?

A.

Replace the default visuals with AppSource visuals.

B.

Change any DAX measures to use iterator functions.

C.

Remove unused columns from tables in the data model.

D.

Increase the number of times that the dataset is refreshed

Your organization has a team of power users who recently created 20 Power BI dashboards.

The power users share the dashboards with other users in the organization.

When the users attempt to access the dashboards, they receive the error message shown in the exhibit. (Click the Exhibit.)

You need to ensure that all the users can access the dashboards.

What should you do first?

A.

From the Microsoft Office 365 Admin center, and the Power BI (free) subscription, and then assign a license to each user.

B.

From the Power BI Admin portal, modify the Privacy Settings.

C.

From the properties of each dashboard, modify the Share dashboard settings.

D.

Instruct each user to install Microsoft Office 2016.

You plan to create a Power Bl dataset to analyze attendance at a school. Data will come from two separate views named View1 and View? in an Azure SQL database. View1 contains the columns shown in the following table.

View2 contains the columns shown in the following table.

The views can be related based on the Class ID column.

Class ID is the unique identifier for the specified class, period, teacher, and school year. For example, the same class can be taught by the same teacher during two different periods, but the class will have a different class ID.

You need to design a star schema data model by using the data in both views. The solution must facilitate the following analysis:

    The count of classes that occur by period

    The count of students in attendance by period by day

    The average number of students attending a class each month

In which table should you include the Teacher First Name and Period Number fields? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You have an app workspace named Retail Analysis in the Power BI service.

You need manage the members that have access to the app workspace.

What should you do?

A.

From the Power BI Admin portal, click Usage metrics.

B.

From the Office 365 Admin center, click Users.

C.

From the Office 365 Admin center, click Groups.

D.

From the Power BI Admin portal, click Tenant settings.

Each employee has one manager as shown in the ParentEmployeelD column,

All reporting paths lead to the CEO at the top of the organizational hierarchy.

You need to create a calculated column that returns the count of levels from each employee to the CEO.

Which DAX expression should you use?

A.

Option A

B.

Option B

C.

option C

D.

Option D