70-778 | Up to the minute Microsoft 70-778 exam


Q11. 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 in the appear 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 user named User 1 can access all the dashboards. You need to prevent User 1 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

Answer: B

Q12. Note This question it part of a series of questions that use 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.

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

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

You plan to use Power BI to import data from 2013 to 2015 Product Subcategory[Subcategory] contains NULL values.

You implement the Power BI model

You need to 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?

Note: This question it part of a series of questions that use 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.

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

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

You plan to use Power BI to import data from 2013 to 2015 Product Subcategory[Subcategory] contains NULL values.

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 Territory before you create the relationship?

A. Table.RemoveMatchingRows

B. Table.Distinct

C. Table.IsDistinct

D. Table.ReplaceMatchingRows

Answer: D

Q13. You have a Power BI app named App1. The privacy for the App1 app 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 1 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.

Answer: C

Q14. DRAG DROP

You have a Power BI model that contains a table named Sales. Sales contains 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 niters 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 coned selection is worth one point.

Answer:

Q15. You have a Power BI app named App1. The privacy for the App1 app 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 1 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.

Answer: C

Q16. DRAG DROP

Note: This question it part of a series of questions that use 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 the same in each question in this series.

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

The Oder table contains more than one million rows.

The Store table has a relationship to the Monthy_returns table on the StoreID column. This is the only relationship between the tables.

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

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

How should you configure the KPI indicator? To answer, drag the appropriate columns 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.

Answer:

Explanation: Date[Month] Order[Order_ID] Store[Sales_target]

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

A user named 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 verity that you can access the SharePoint Online page and that the Power BI report displays as expected You need to ensure that Uses 1 can view the report from 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 workspace

D. Share the dashboards in the app workspace

Answer: A

Q18. 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 pact of the solution NOTE: Each correct selection is worth one point.

A. Data 1

B. Data 2

C. Data 3

D. Data 4

E. Data 5

Answer: A,C

Q19. Note: This question it part of a series of questions that use 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 the same in each question in this series.

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

The Oder table contains more than one million rows.

The Store table has a relationship to the Monthy_returns table on the StoreID column. This is the only relationship between the tables.

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

You are modifying the model to report on the number of orders. 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 measure that uses the COUNTA(Order_ID) DAX formula.

Answer: A

Q20. Note: This question it part of a series of questions that use 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 the same in each question in this series.

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

The Oder table contains more than one million rows.

The Store table has a relationship to the Monthy_returns table on the StoreID column. This is the only relationship between the tables.

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

You are modifying the model to report on the number of orders. 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 measure that uses the COUNTA(Order_ID) DAX formula.

Answer: A