PL-300 Exam Question 156

You have the Power Bi dashboard shown in the Dashboard exhibit (Click the Dashboard tab.) You need to ensure that when users view the dashboard on a mobile device, the dashboard appears as shown in the Mobile exhibit. (Click the Mobile tab.) What should you do? To answer, select the appropriate options m the answer area NOTE: Each correct selection is worth one point.

PL-300 Exam Question 157

You need to create a solution to meet the notification requirements of the warehouse shipping department.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct select is worth one point:

PL-300 Exam Question 158

You have a Power Bl model that contains the following data.

The Date table relates to the Sales table by using the Date columns.
The model contains the following DAX measure.
Total Sales = SUM(Sales[Sale])
You need to create another measure named Previous Quarter to display the sales one quarter before the selected period.
Which DAX calculation should you use?
  • PL-300 Exam Question 159

    You have a Power BI model that has the following tables:
    Product (Product_id, Product_Name)
    Sales (Order_id, Order_Date, Product_id, Salesperson_id, Sales_Amount)
    Salesperson (Salesperson_id, Salesperson_name, address)
    You plan to create the following measure.
    Measure1 = DISTINCTCOUNT(Sales[ProductID])
    You need to create the following relationships:
    Sales to Product
    Sales to Salesperson
    The solution must ensure that you can use Measure1 to display the count of products sold by each salesperson.
    How should you configure the relationships? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    PL-300 Exam Question 160

    You need to create the dataset. Which dataset mode should you use?