Exam4Training

Microsoft 70-778 Analyzing and Visualizing Data with Microsoft Power BI Online Training

Question #1

Note: This question is a 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.

Your company has 1,000 users in a Microsoft Office 365 subscription.

A Power BI administrator named Admin1 creates 20 dashboards and shares them with 50 users.

You discover that a use name User1 can access all the dashboards.

You need to prevent User1 from accessing all the dashboards.

Solution: From the properties of each dashboard, you modify the Share settings.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-admin-administering-power-bi-in-your-organization#how-do-i-remove-power-bi-for-users-that-already-signed-up

Question #2

Note: This question is a 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.

Your company has 1,000 users in a Microsoft Office 365 subscription.

A Power BI administrator named Admin1 creates 20 dashboards and shares them with 50 users.

You discover that a use name User1 can access all the dashboards.

You need to prevent User1 from accessing all the dashboards.

Solution: From the Power BI Admin portal, you modify the Dashboard settings.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-admin-administering-power-bi-in-your-organization#how-do-i-remove-power-bi-for-users-that-already-signed-up

Question #3

Note: This question is a 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.

Your company has 1,000 users in a Microsoft Office 365 subscription.

A Power BI administrator named Admin1 creates 20 dashboards and shares them with 50 users.

You discover that a use name User1 can access all the dashboards.

You need to prevent User1 from accessing all the dashboards.

Solution: From Microsoft Azure Active Directory, you remove the Power BI license from User1.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-admin-administering-power-bi-in-your-organization#how-do-i-remove-power-bi-for-users-that-already-signed-up

Question #4

Note: This question is a 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 two columns named Date and Time.

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 orders by [OrderDate]. You must meet the goal without loading any additional data.

Solution: You create a calculated table. You create a measure that uses the new table.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
Question #5

Note: This question is a 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 two columns named Date and Time.

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 orders by [OrderDate]. You must meet the goal without loading any additional data.

Solution: You create two copies of the Date table named ShipDate and OrderDateGet. You create a measure that uses the new tables.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
Question #6

Note: This question is a 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 two columns named Date and Time.

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 orders by [OrderDate]. You must meet the goal without loading any additional data.

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

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References:

https://msdn.microsoft.com/en-us/library/ee634966.aspx

https://msdn.microsoft.com/en-us/library/ee634825.aspx

https://msdn.microsoft.com/en-us/library/ee634791.aspx

Question #7

Note: This question is a 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 query for a table named Sales. Sales has a column named CustomerID. The Data type of CustomerID is Whole Number.

You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.

You need to ensure that nonnumeric values in the CustomerID column are set to 0.

Solution: From Query Editor, select the CustomerID column and click Remove Errors.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
Question #8

Note: This question is a 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 query for a table named Sales. Sales has a column named CustomerID. The Data type of CustomerID is Whole Number.

You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.

You need to ensure that nonnumeric values in the CustomerID column are set to 0.

Solution: From Query Editor, select the CustomerID column and click Replace Values…

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
Question #9

Note: This question is a 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 query for a table named Sales. Sales has a column named CustomerID. The Data type of CustomerID is Whole Number.

You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.

You need to ensure that nonnumeric values in the CustomerID column are set to 0.

Solution: From Query Editor, select the CustomerID column and click Replace Errors.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data

Question #10

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You need to add a new column to the Product Subcategory table that uses the following formula.

=if [Subcategory] =null then “NA” else [Subcategory]

Which command should you use in Query Editor?

  • A . Column From Examples
  • B . Custom Column
  • C . Invoke Custom Function
  • D . Conditional Column

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: http://community.powerbi.com/t5/Desktop/if-then-else/td-p/117999

Question #11

DRAG DROP

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You need to edit the Product Category table query to match the desired Power BI model.

How should you complete the advanced query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all.

You may need to frag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References:

https://msdn.microsoft.com/en-us/library/mt260776.aspx

https://msdn.microsoft.com/en-us/library/mt260808.aspx


Question #12

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You add another table named Territory to the model.

A sample of the data is shown in the following table.

You need to create a relationship between the Territory table and the Sales table.

Which function should you use in the query for Territory before you create the relationship?

  • A . Table.RemoveMatchingRows
  • B . Table.Distinct
  • C . Table.InDistinct
  • D . Table.ReplaceMatchingRows

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://msdn.microsoft.com/en-us/library/mt260775.aspx

Question #13

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You need to add a measure to rank total sales by product.

The results must appear as shown in the following table.

Which DAX formula should you use?

  • A . Product Ranking= RANKX (Product, [SalesAmount], , DESC, Skip)
  • B . Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Dense)
  • C . Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Skip)
  • D . Product Ranking= RANKX (ALL (‘Product’), [SalesAmount], , Asc, Dense

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://msdn.microsoft.com/en-us/library/gg492185.aspx

Question #14

You manage a Power BI model has a table named Sales and product.

You need to ensure that a sales team can view only data that has a CountryRegionName value of United States and a ProductCategory value of Clothing.

What should you do from Power BI Desktop?

  • A . From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”
  • B . Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing
  • C . From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”
  • D . Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/power-bi-how-to-report-filter

Question #15

In the Power BI service, you create an app workplace that contains several dashboards.

You need to provide a user named user1@contoso.com with the ability to edit and publish dashboards.

What should you do?

  • A . Modify the members of the app workspace.
  • B . Configure security for the dataset used by the app.
  • C . Share the dashboard, and then modify the Access settings of the dashboard.
  • D . From the app workspace, click Update app, and then configure the Access settings.

Reveal Solution Hide Solution

Correct Answer: C
Question #16

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.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: http://www.nubo.eu/en/blog/2016/12/Enable-PowerBI-On-Office-365/

Question #17

DRAG DROP

You have a Microsoft Excel workbook that contains two tables.

From Power BI, you create a dashboard that displays data from the tables.

You update the tables each day.

You need to ensure that the virtualizations in the dashboard are updated daily.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to answer area and arrange them in the correct order.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh


Question #18

You embed a Power BI report in a Microsoft SharePoint Online page.

A user name User1 can access the SharePoint Online page, but the Power BI web part displays the following error message: “This content isn’t available”.

User1 is unable to view the report.

You verify that you can access the SharePoint Online page and that the Power BI report displays as expected.

You need to ensure that User1 can view the report form SharePoint Online.

What should you do?

  • A . Publish the app workspace.
  • B . Edit the settings of the Power BI web part.
  • C . Modify the members of the app workplace.
  • D . Share the dashboards in the app workspace.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-embed-report-spo

Question #19

HOTSPOT

Your company plans to use Power BI for 20 users in the sales department.

The users will perform the following tasks:

– Access a published Power BI app

– Modify reports in an app workspace

– Share dashboards created in My Workspace

You need to identify which Power BI licenses are required for the tasks. The solution must use the Power BI (free) licenses, whenever possible.

Which license should you identify for each task? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References:

https://docs.microsoft.com/en-us/power-bi/service-create-distribute-apps

https://docs.microsoft.com/en-us/power-bi/service-collaborate-power-bi-workspace


Question #20

You have an app workspace that contains a dashboard and four reports. All the reports are generated from a single dataset that contains sales data for your company.

The reports display the data configured as shown in the following table.

You need to ensure that the users of the reports can locate the correct report by using natural language queries.

What should you do?

  • A . From the properties of the dataset, create four Featured Q&A Questions.
  • B . From the Format settings of the reports, modify the Page Information.
  • C . From the properties of the dataset, modify the Q&A and Cortana settings.
  • D . From the properties of the workspace, modify the Language Settings.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-direct-query#limitations-during-public-preview

Question #21

HOTSPOT

You open powerbi.com as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer: Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-data-classification


Question #22

You plan to create a dashboard in the Power BI service that retrieves data from a Microsoft SQL Server database. The dashboard will be shared between the users in your organization.

You need to ensure that the users will see the current data when they view the dashboard.

How should you configure the connection to the data source?

  • A . Deploy an on-premises data gateway (personal mode). Import the data by using the Import Data Connectivity mode.
  • B . Deploy an on-premises data gateway. Import the data by using the Import Data Connectivity mode.
  • C . Deploy an on-premises data gateway. Import the data by using the DirectQuery Data Connectivity mode.
  • D . Deploy an on-premises data gateway (personal mode). Import the data by using the DirectQuery Data Connectivity mode.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#power-bi-connectivity-modes

Question #23

You have an on-premises Power BI Report Server.

You plan to create a report in Power BI Desktop and publish the report to the report server.

Which data source should the report use?

  • A . Microsoft Azure SQL Database
  • B . a Microsoft SQL Server database
  • C . a Microsoft SQL Server Analysis Services (SSAS) database
  • D . Microsoft Excel

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References:

https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-create-powerbi-report

https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-sources

Question #24

You have a Power BI app named App1. The privacy for the App1 workspace is set to Private.

A user named User1 reports that App1 does not appear in the My organization AppSource. App1 appears in the My organization AppSource for your account.

You need to ensure that User sees App1 from the My organization AppSource.

What should you do?

  • A . From the app workspace, click Update app, configure the Content settings, and then click Update app.
  • B . From the app workspace settings, add a member.
  • C . From the app workspace, click Update app, configure the Access setting, and then click Update app.
  • D . From the app workspace, share the dashboard.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-organizational-content-pack-introduction#what-is-appsource

Question #25

You plan to embed multiple visualization in a public website.

Your Power BI infrastructure contains the visualizations configured as shown in the following table.

Which two visualizations can you embed into the website? Each correct answer presents a complete the solution.

NOTE: Each correct selection is worth one point.

  • A . Visual1
  • B . Visual2
  • C . Visual3
  • D . Visual4
  • E . Visual5

Reveal Solution Hide Solution

Correct Answer: B,D
B,D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web

Question #26

You have a Power BI dashboard that displays different visualizations of company sales.

You enable Q&A on the dashboard.

You need to provide users with sample questions that they can ask when using Q&A.

Which settings should you modify from the Power BI Settings?

  • A . Subscriptions
  • B . Dashboards
  • C . Datasets
  • D . Workbooks

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-create-featured-questions

Question #27

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.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-manage-app-workspace-in-power-bi-and-office-365

Question #28

You plan to use Power BI Desktop optimized for Power BI Report Server to create a report. The report will be published to Power BI Report Server.

You need to ensure that all the visualization in the report can be consumed by users.

Which two types of visualizations should you exclude from the report? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A . Funnel charts
  • B . Custom visuals
  • C . Bubble maps
  • D . Breadcrumbs
  • E . R visuals

Reveal Solution Hide Solution

Correct Answer: D,E
D,E

Explanation:

References: https://powerbi.microsoft.com/en-us/guided-learning/reportserver-quickstart-powerbi-report/

Question #29

You have a workspace that contains 10 dashboards. A dashboard named Sales Data from two datasets.

You discover that users are unable to find data on the dashboard by using natural language queries.

You need to ensure that the users can find data by using natural language queries.

What should you do?

  • A . From the settings of the workspace, modify the Language Settings.
  • B . From the properties of the dashboard, modify the Q&A settings.
  • C . From the Sales Data dashboard, modify the dashboard as a Favorite.
  • D . From the properties of the datasets, modify the Q&A and Cortana settings.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-direct-query#limitations-during-public-preview

Question #30

DRAG DROP

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain data information:

– Date[Month] in the mmyyyy format

– Date[Date_ID] in the ddmmyyyy format

– Date[Date_name] in the mm/dd/yyyy format

– Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables.

You plan to use Power BI desktop to create an analytics solution for the data.

End of repeated scenario.

You need to display the month as a three-letter abbreviation, followed by the year, such as jan2017.

You add a calculated column in Power BI.

Which DAX formula should you use for the calculated column? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view continent.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

CONCATENATE

MMM

References: https://msdn.microsoft.com/en-us/library/ee634811.aspx


Question #31

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain data information:

– Date[Month] in the mmyyyy format

– Date[Date_ID] in the ddmmyyyy format

– Date[Date_name] in the mm/dd/yyyy format

– Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables.

You plan to use Power BI desktop to create an analytics solution for the data.

End of repeated scenario.

You are modifying the model to report on the number of order.

You need to calculate the number of orders.

What should you do?

  • A . Create a calculated measure that uses the COUNTA(Order_ID) DAX formula.
  • B . Create a calculated measure that uses the SUM (Order_ID) DAX formula.
  • C . Create a calculated column that uses the SUM (Order_ID) DAX formula.
  • D . Create a calculated column that uses the COUNTA (Order_ID) DAX formula.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-measures

Question #32

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain data information:

– Date[Month] in the mmyyyy format

– Date[Date_ID] in the ddmmyyyy format

– Date[Date_name] in the mm/dd/yyyy format

– Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables.

You plan to use Power BI desktop to create an analytics solution for the data.

End of repeated scenario.

You plan to create a chart that displays total Order [Order_amount] by Store [Name].

You need to modify the model to ensure that you can create the chart.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A . To the Order table, add a column that uses the RELATED(‘Store’ [Store_ID]) DAX formula.
  • B . Create a relationship between the Order table and the Store table.
  • C . To the Order table, add a measure that uses the COUNT (‘Order’[Order_amount]) DAX formula.
  • D . To the order table, add a measure that uses the SUM (‘Order’ [Order_amount]) DAX formula.

Reveal Solution Hide Solution

Correct Answer: A, D
A, D

Explanation:

References:

https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-measures

https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-calculated-columns

Question #33

DRAG DROP

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain data information:

– Date[Month] in the mmyyyy format

– Date[Date_ID] in the ddmmyyyy format

– Date[Date_name] in the mm/dd/yyyy format

– Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables.

You plan to use Power BI desktop to create an analytics solution for the data.

End of repeated scenario.

You need to configure a KPI indicator to show the monthly sales of a store versus the target sales of the store.

How should you configure the KPI indicator? To answer, drag the appropriate column to the correct fields. Each column 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: https://powerbi.microsoft.com/en-us/guided-learning/powerbi-service-tutorial-kpi/#how-to-create-a-kpi


Question #34

You plan to use Power BI Desktop to create a report. The report will consume data from an on-premises tabular named SalesDB in Microsoft SQL Server Analysis Services (SSAS). The report will be published to the Power BI service.

You need to ensure that the report published to the Power BI service will access the current data in SalesDB.

What should you do?

  • A . Deploy an on-premises data gateway and configure the connection to SalesDB to use the Import Data Connectivity mode.
  • B . Deploy an on-premises data gateway and configure the connection to SalesDB to use the Connect live option.
  • C . Deploy an on-premises data gateway (personal mode) and configure to SalesDB to use the DirectQuery Data Connectivity mode.
  • D . Deploy an on-premises data gateway and configure the connection to SalesDB to use the DirectQuery Data Connectivity mode.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery

Question #35

DRAG DROP

You have a column named phone_number. The values in the columns are in one of the following formats:

– 999-999-9999×123

– 1-999-999-9999×232

– +1-999-999-9999x66x666

The values after x in the phone-number column indicate the phone extension.

You need to create a custom column in Query Editor that contains only the phone extensions.

How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: https://msdn.microsoft.com/en-us/library/mt798301.aspx


Question #36

From Power BI Desktop, you create a query that imports the following table.

You need to configure the table to appear as shown in the following table.

What should you do?

  • A . From the Extract menu, click Last Characters.
  • B . From the Extract menu, click Text After Delimiter.
  • C . From the Format menu, click Trim.
  • D . From the Split Column menu, click BY Delimiter.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://msdn.microsoft.com/en-us/library/mt798301.aspx

Question #37

HOTSPOT

You have the following tables.

You need to create a new table that displays the top 10 customers by the total of SalesAmount.

How should you complete the DAX formula? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: https://msdn.microsoft.com/en-us/library/gg492198.aspx


Question #38

You plan to create several datasets by using the Power BI service.

You have the files configured as shown in the following table.

You need to identify which files can be used as datasets.

Which two files should you identify? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A . Data 1
  • B . Data2
  • C . Data 3
  • D . Data4
  • E . Data 5

Reveal Solution Hide Solution

Correct Answer: A,E
A,E

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-get-data

Question #39

You have the following two queries in Power BI Desktop:

– A query named Query1 that retrieves a table named SMB_Customers from a Microsoft SQL Server database

– A query named Query2 that retrieves a table named Enterprise_Customers from an Oracle database

Both tables have the same columns.

You need to combine the data from SMB_Customers and Enterprise_Customers.

Which command should you use?

  • A . Combine Files
  • B . Merge Columns
  • C . Merge Queries
  • D . Append Queries

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: http://radacad.com/append-vs-merge-in-power-bi-and-power-query

Question #40

You have a table in Power BI Desktop as shown in the following exhibit.

You pivot the columns as shown in the following exhibit.

You need to resolve the error in row 3. The solution must preserve all the data.

What should you do?

  • A . Change the Data Type of the Value column.
  • B . Select the Score column, and then click Remove Errors.
  • C . Select the Key column, and then click Remove Duplicates
  • D . Change the Aggregate Value Function of the pivot.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-common-query-tasks

Question #41

HOTSPOT

You have a query that retrieves data from a Microsoft Azure SQL database.

You discover that column named ErrorCode has several values starting with a space character, and a column named SubStatus contains several non-printable characters.

You need to remove all the leading whitespaces from ErrorCode and all the non-printable characters from SubStatus. All other data must be retained.

What should you do on each column? To answer, drag the appropriate tasks to the correct columns. Each task 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References:

https://msdn.microsoft.com/en-us/library/mt260494.aspx

https://msdn.microsoft.com/en-us/library/mt253328.aspx


Question #42

You have a Microsoft SharePoint Online site named Sales.

Your company has 1,000 sales users. All the sales users can access Sales.

You create a report in an app workspace in the Power BI service. You embed the report into a page on the Sales site by using the Power BI web part.

You need to ensure that all the sales can view the report from the Sales site.

What should you do?

  • A . Configure the app workspace for Premium capacity.
  • B . Enable anonymous access for the Sales site.
  • C . Configure the Portal Site Connection for the Sales site.
  • D . Disable the Embed content in apps setting from the Tenant settings in Power BI.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-embed-report-spo

Question #43

You plan to use Power BI Embedded to deliver reports in a web application.

You need to ensure that the reports display live data.

Which data source you should use?

  • A . Microsoft Azure Data Lake Store
  • B . Microsoft Azure Table Storage
  • C . Microsoft Azure HDInsight
  • D . Microsoft Azure SQL Database

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/service-azure-sql-database-with-direct-connect

Question #44

You have a table named Sales.

A sample of the data in Sales is shown

in the following table.

You created a stacked column chart visualization that displays ProductName by Date.

You discover that the axis for the visualization displays all the individual dates.

You need to ensure that the visualization displays ProductName by year and that you can drill down to see ProductName by week and day.

What should you do first?

  • A . Configure a visual filter for the Date column that uses an advanced filter.
  • B . Create a new table that has columns for the date, year, week, and day.
  • C . Create a new hierarchy in the Sales table.
  • D . Format the virtualization and set the type of the X-Axis to Categorical.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/power-bi-report-add-filter#add-a-filter-to-a-specific-visualization-aka-visual-filter

Question #45

You plan to create a Power BI report.

You have the schema model shown in the exhibit. (Click the exhibit).

The model has the following relationships:

– Store the District based on DistrictID

– Sales to Store based on LocationID

– Sales to Date based on PeriodID

– Sales to Item based on ItemID

You configure row-level security (RLS) so that the district managers of the stores only see the sales from the stores they manage.

When the district managers view the sales report, they see Sales by Items for all stores.

You need to ensure that the district managers can see Sales by items for the stores they manage only.

How should you configure the relationship from Sales to Item?

  • A . Change the Cardinality to One to one (1:1).
  • B . Change the Cardinality to One to Many (1.*).
  • C . Select Assume Referential Integrity.
  • D . Change the Cross filter direction to Both.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://powerbi.microsoft.com/en-us/guided-learning/powerbi-admin-rls/

Question #46

You have a Microsoft Excel 2016 workbook that has a Power Pivot model.

The model contains the following tables:

– Product (Product_id, Producct_Name)

– Sales (Order_id, Order_Date, Product_id, Selasperson_id, Sales_Amount)

– Salesperson (Salesperson_id, Salesperson_name, address)

The model has the following relationships:

– Sales to Product

– Sales to Salesperson

You create a new Power BI file and import the Power Pivot model.

You need to ensure that you can generate a report that displays the count of products sold by each salesperson.

What should you do before you create the report?

  • A . Create a many-to-one relationship between Product and Salesperson.
  • B . For each relashionship, change the Cardinality to One to One (1:1).
  • C . Create a one-to-one relashionship between Product and Salesporson.
  • D . For each relationship, change the Cross filter direction to Both.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

Question #47

You have a Power BI report that displays a bar chart and a donut chart on the same page. The bar chart shows the total sales by year and the donut chart shows the total sale by category.

You need to ensure that when you select a year on the bar chart, the donut remains unchanged.

What should you do?

  • A . Set a visual level filter on the bar chart.
  • B . Edit the interactions form the Format menu.
  • C . Set a visual level filter on the donut chart.
  • D . Add a slicer to the page that uses the year column.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

References: https://www.excelguru.ca/blog/2016/11/23/visual-interactions-in-power-bi/

Question #48

You have a Power BI model that contains the following tables:

– Sales (Sales_ID, DateID, sales_amount)

– Date (DateID, Date, Month, week, Year)

The tables have a relationship. Date is marked as a date table in the Power BI model.

You need to create a measure to calculate the sales for the last 12 months.

Which DAX formula should you use?

  • A . CALCULATEx(SUM(sales[sales_amount]) DATESYTD (‘Date’ [Date]))
  • B . CALCULATE(SUM(sales[sales_amount]), SAMEPERIODLASTYEAR (‘Date’ [Date]))
  • C . SUM(sales[sales_amount])-CALCULATE(SUM(sales[sales_amount]), SAMEPERIODLASTYEAR(‘Date’[Date]))
  • D . SUM(sales[sales_amount])-CALCULATE(SUM(sales[sales_amount]),DATESYTD(‘Date’[Date]))

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References:

https://msdn.microsoft.com/en-us/library/ee634825.aspx

https://docs.microsoft.com/en-us/power-bi/desktop-quickstart-learn-dax-basics

https://msdn.microsoft.com/en-us/library/ee634972.aspx

Question #49

DRAG DROP

You have a Power BI model that contains a table named Sales. Sales contains columns named SalesAmount, OrderDate, SalesPerson, and OrderID.

You need to create a measure to calculate the last 12 months of sales. You must start from the last date a sale was made and ignore any filters set on the report.

How should you complete the DAX formula? To answer, drag the appropriate values to the correct targets. Each value 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References:

https://msdn.microsoft.com/en-us/library/ee634380.aspx

https://msdn.microsoft.com/en-us/library/ee634795.aspx


Question #50

You have two tables named CustomerVisits and Date in a Power BI model.

You create a measure to calculate the number of customer visits.

You use the measure in the report shown in the exhibit. (Click the Exhibit.)

You discover that the total number of customer visits was 60,000, and that there were only 5,000 customer visits in August.

You need to fix the report to display the correct data for each month.

What should you do?

  • A . Create a relationship between the CustomerVisits table and the Date table.
  • B . Create a hierarchy in the Date table.
  • C . Modify the n=measure to use the CALCULATE DAX function.
  • D . Modify the measure to use the SUM DAX function.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References:

https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

https://docs.microsoft.com/en-us/power-bi/desktop-tutorial-create-measures

Question #51

DRAG DROP

You have the following two tables:

• Subscriber (SubscriberlD, Enroll mentDate, ServicePlan)

• Date (Date, Month, Week, Year)

There is a relationship between Subscriber [EnrollmentDate] and Date[Date].

You plan to create a KPI for the number of subscribers enrolled in the current year.

You need to create a goal that is five percent more than the number of subscribers enrolled during the previous calendar year.

How should you complete the DAX formula? To answer, drag the appropriate values to the correct targets. Each value 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References:

https://msdn.microsoft.com/en-us/library/hh272049(v=sql.110).aspx

https://msdn.microsoft.com/en-us/library/ee634770.aspx


Question #52

You have a Power BI report that is configured to use row-level security (RLS).

You have the following roles:

– A manager role that limits managers to see only the sales data from the stores they manage.

– A region role that limits users to see only the data from their respective region

You plan to use Power BU Embedded to embed the report into an application. The application will authenticate the users.

You need to ensure that RLS is enforced when accessing the embedded report.

What should you do?

  • A . In the access token for the application, include the user name and the role name.
  • B . In the access token for the application, include the report URL and the Microsoft Azure Active Directory Domain name.
  • C . From dev.powerbi.com/apps, register the new application and enable the Read All Reports API access.
  • D . From dev.powerbi.com/apps, register the new application and enable the Read All Groups API access.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security

Question #53

You have a Power BI report in an app workspace.

You plan to embed a report from the app workspace into a line-of-business application by using Power BI Embedded.

Which information should you provide to the application developers?

  • A . The application token and the report URL
  • B . The report URL and a user name
  • C . The app workspace name and the access key
  • D . The access key and the report ID

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/developer/integrate-report

Question #54

HOTSPOT

You have a Power BI model that has the following tables:

– Sales (Order_id, Order_Date, Product_id, Salesperson_id, Sales_Amount)

– Salesperson (Salesperson_id, Salesperson_name, address)

– Product (Product_id, Product_Name)

You need to create the following relationships:

– Sales to Product

– Sales to Sales person

You need to ensure that you can create a report that displays the count of products sold by each salesperson.

How should you configure the relationships? To answer, drag the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships


Question #55

You have a power BI model that contains the following tables:

– Assets( AssetsID, AssetName, Purchase_DateID, Value)

– Date( DateID, Date, Month, Week, Year)

The tables have relationship. Date is marked as a date table in the Power BI model.

You need to create a measure to calculate the percentage that the total assets value increased since one year ago.

Which DAX formula should you use?

  • A . (sum(Assets[Value]) CCALCULATE(sum(Assets[Value]),SAMEPERIODLASTYEAR(‘Date’[Date])))/CALCULATE(sum(Assets[Value]),SAMEPERIODLASTYEAR (‘Date’ [Date]))
  • B . CALCULATEx(sum(Assets[Value]) DATESYTD (‘Date’[Date]))/sum(Assets[Value])
  • C . sum(Assets[Value])-CALCULATE(sum(Assets[Value]),SAMEPERIODLASTYEAR (‘Date’ [Date]))
  • D . CALCULATE(sum(Assets[Value]),SAMEPERIODLASTYEAR (‘Date’ [Date]))/sum(Assets[Value])

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

References:

https://msdn.microsoft.com/en-us/library/ee634825.aspx

https://docs.microsoft.com/en-us/power-bi/desktop-quickstart-learn-dax-basics

https://msdn.microsoft.com/en-us/library/ee634972.aspx

Question #56

DRAG DROP

From Power BI Desktop, you publish an app that contains one dashboard and one report. Q&A is enabled on the dashboard.

In Q&A, a user types the query count of clients and fails to receive any results. The user then types the query count of subscribers and received the expected results.

You need to ensure that the user can use both queries to receive the same results.

Which four actions should you perform in sequence? To answer, move the appropriate actions form the list of actions to the answer area and arrange them in the correct order.

Reveal Solution Hide Solution

Correct Answer:


Question #57

You have a Power BI model for sales data.

You need to create a measure to calculate the year-to-date sales and to compare those sales to the previous year for the same time period.

Which DAX function should you use?

  • A . PARALLELPERIOD
  • B . SAMEPERIODLAST YEAR
  • C . DATESYTD
  • D . PREVIOUSYEAR

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

References: https://msdn.microsoft.com/en-us/library/ee634873.aspx

Question #58

HOTSPOT

You have the following tables.

You need to create a measure to calculate a running total of TransactionQuantity.

How should you complete the DAX formula? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

References: http://www.daxpatterns.com/cumulative-total/


Question #59

Your organization has a Microsoft Office 365 subscription.

When the users attempt to access the Power BI Service, they receive the error message shown in the exhibit. (Click the Exhibit button.)

You need to ensure that all the users can access the Power BI service.

What should you do first?

  • A . From the Microsoft Azure Active Directory admin center, assign a Power BI (free) license to each user.
  • B . From the Power BI Admin portal, modify the Tenant settings.
  • C . From Microsoft Azure PowerShell, run the Set-MsolCompanySettings cmdlet.
  • D . From the properties of each dashboard, modify the Share dashboard settings.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

You need to run the following cmdlet: Set-MsolCompanySettings -AllowAdHocSubscriptions $true

Exit mobile version