Question 86

You import two Microsoft Excel tables named Customer and Address into Power Query Customer contains the following columns:
* Customer ID
* Customer Name
* Phone
* Email Address
* Address ID
Address contains the following columns:
* Address ID
* Address Line 1
* Address Line 2
* City
* State/Region
* Country
* Postal Code
Each Customer ID represents a unique customer m the Customer table. Each Address ID represents a unique address m the Address table. You need to create a query that has one row per customer. Each row must contain City. State/Region, and Country for each customer. What should you do?
  • Question 87

    You are building a Power BI report to analyze customer segments.
    You need to identify customer segments dynamically based on the Bounce Rate across dimensions such as source, geography, and demographics. The solution must minimize analysis effort.
    Which type of visualization should you use?
  • Question 88

    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.)

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

    You plan to use Power BI to import data from 2013 to 2015.
    Product Subcategory [Subcategory] contains NULL values.
    End of repeated scenario.
    You implement the Power BI model.
    You need to add a new column to the Product Subcategory table that uses the following formula.
    =if [Subcategory] =null then "NA" else [Subcategory]
    Which command should you use in Query Editor?
  • Question 89

    You need to create the Top Customers report.
    Which type of filter should you use, and at which level should you apply the filter? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 90

    You have a Power Bl report that uses row-level security (RLS).
    You need to transfer RLS membership maintenance to an Azure network security team. The solution must NOT provide the Azure network security team with the ability to manage reports, datasets. or dashboards.
    What should you do?