Q1. DRAG DROP
You have a column named phone_number. The values in the columns are in one of the following formats:
The values after x in the phone_number column indicate the phone extension.
How should you complete the query? To answer, drag the appropriate value 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.
Answer:
Explanation: Postitionof Range
Q2. You plan to create a Power BI report You have the schema model shown m the exhibit. (Click the exhibit. button.) The model has the following relationships:
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 the stores.
You need to ensure that the district managers cart see Sales by Hems 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.
Answer: B
Q3. 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
Q4. 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
Q5. You have a Power 61 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 chart 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.
Answer: D
Q6. 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
Q7. 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 two columns named Date and Time.
The tables have the following relationships:
The active relationship is on Sales[DueDate].
You need to create measure to count the number of order 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
Answer: A
Q8. You have a Power BI model that contains the following two tables:
The tables have a relationship. Date is marked as a date table in the Power B1 model. You need to create a measure to calculate the sales for the last 12 months.
Which DAX formula should you use?
A)
B)
C)
D)
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q9. 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
Q10. 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