Question 31

You have a Microsoft Power BI semantic model that contains a single table named Orders.
Orders contains the following columns:
- Product Name
- Order Date
- Quantity
You have a Power BI report that contains a page named Inventory. Inventory contains a slicer for the Product Name column and a clustered column chart that shows Quantity by Order Date.
You need to ensure that users can select whether to display Quantity by Product Name or Quantity by Order Date in the chart. The solution must minimize development effort.
What should you create?
  • Question 32

    You have the following T-SQI statement.

    Question 33

    You have a Microsoft Power Bl semantic model.
    You plan to implement calculation groups.
    You need to create a calculation item that will change the context from the selected date to month-to-date (MTD).
    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 34

    You need to refresh the Orders table of the Online Sales department. The solution must meet the semantic model requirements. What should you include in the solution?
  • Question 35

    You have a Fabric tenant that contains a takehouse named lakehouse1. Lakehouse1 contains a Delta table named Customer.
    When you query Customer, you discover that the query is slow to execute. You suspect that maintenance was NOT performed on the table.
    You need to identify whether maintenance tasks were performed on Customer.
    Solution: You run the following Spark SQL statement:
    DESCRIBE HISTORY customer
    Does this meet the goal?