Question 166

You have two Azure SQL databases that contain the same tables and columns.
For each database, you create a query that retrieves data from a table named Customers.
You need to combine the Customer tables into a single table. The solution must minimize the size of the data model and support scheduled refresh in powerbi.com.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 167

You have the Power BI data model shown in the following exhibit.

Question 168

You are creating a query to be used as a Country dimension in a star schema.
A snapshot of the source data is shown in the following table.

You need to create the dimension. The dimension must contain a list of unique countries.
Which two actions should you perform? Each correct answer presents part of the solution.
  • Question 169

    You need to create a measure that will return the percentage of late orders.
    How should you complete the DAX expression? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 170

    Note: This question is 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 following columns contain date 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 a 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.
    You need to create a relationship between the Monthly_returns table and Date[Date_ID].
    What should you do before you create the relationship?