DRAG DROP You are modeling data in table named SalesDetail by using Microsoft Power Bl. You need to provide end users with access to the summary statistics about the SalesDetail dat a. The users require insights on the completeness of the data and the value distributions. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. 
Nicely worded, clear scenario. Lines up with what I've seen in other practice sets.
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.) 

Seen this in the official guide and labs: first step is Table.RemoveColumns (to get rid of non-English name columns), then Table.RenameColumns after (to match the model's field names). Pretty sure that's how MS wants it. Disagree?
First you want to get rid of the unneeded columns like Spanish and French names. After that, it's way easier to just rename what's left to match what the model wants ("Category", etc). Makes sense with how Power Query steps work and I've seen this order on official practice too. Not 100% if there's some edge case but feels right here. Agree?
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.DRAG DROP You have a Power B1 semantic model that contains two tables named Dim Location and Fact Deliveries. The relationships between the tables are configured as shown in the following table. 
Deliveries by Destination = CALCULATE ([Deliveries], USERELATIONSHIP. This combo lets you activate that inactive destination relationship on the fly. I think that's the intended approach here, since only CALCULATE plus USERELATIONSHIP will do it in one go. If anyone thinks ALLSELECTED fits instead, let me know.
DRAG DROP You have a Power B1 semantic model that contains a table You need to create a Power B1 report page that contains two visuals that meet the following requirements: • Visual 1: Display* the distribution of hierarchical data • Visual 2: Search arid then filler by values Which type should you choose for each visual? To answer, drag the appropriate visual types to the correct visuals. Each visual type 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.
Pretty sure it's Treemap for Visual 1 (hierarchical data is its thing) and Slicer for Visual 2 (that's what lets you search and filter easily). Official guide covers these visual types if you want examples. Not 100 percent, but this matches most practice sets.


