PL-300 Exam Question 181

You have the following three versions of an Azure SQL database:
* Test
* Production
* Development
You have a dataset that uses the development database as a data source.
You need to configure the dataset so that you can easily change the data source between the development, test, and production database servers from powerbi.com.
Which should you do?
  • PL-300 Exam Question 182

    You plan to create the Power Bl model shown in the exhibit. (Click the Exhibit tab.) The data has the following refresh requirements:
    * Customer must be refreshed daily.
    * Date must be refreshed once every three years.
    * Sales must be refreshed in near real time.
    * SalesAggregate must be refreshed once per week.
    You need to select the storage modes for the tables. The solution must meet the following requirements:

    PL-300 Exam Question 183

    You build a report to analyze customer transactions from a database that contains the tables shown in the following table.

    You import the tables.
    Which relationship should you use to link the tables?
  • PL-300 Exam Question 184

    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.

    PL-300 Exam Question 185

    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 Order table and the Store table on the Store_ID column.
    What should you do before you create the relationship?