Question 61

You are building a dataset from a JSON file that contains an array of documents.
You need to import attributes as columns from all the documents in the JSON file. The solution must ensure that date attributes can be used as date hierarchies in Microsoft Power BI reports.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 62

The Sales table contains records of sales by day from the last five years up until today's date.
You plan to create a measure to return the total sales Of March 2021 when March 2022 is selected.
Which DAX expression should you use?
  • Question 63

    A business intelligence (Bl) developer creates a dataflow in Power Bl that uses DirectQuery to access tables from an on premises Microsoft SQL server. The Enhanced Dataflows Compute Engine is turned on for the dataflow.
    You need to use the dataflow in a report. The solution must meet the following requirements:
    * Minimize online processing operations.
    * Minimize calculation times and render times for visuals.
    * include data from the current year, up to and including the previous day.
    What should you do?
  • Question 64

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have a query for a table named Sales. Sales has a column named CustomerlD. The Data Type of CustomerlD is Whole Number.
    You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.
    You need to ensure that nonnumeric values in the CustomerlD column are set to 0.
    Solution: From Query Editor, select the CustomerlD column and click Remove Errors.
    Does this meet the goal?
  • Question 65

    You are building a financial report by using Power BI.
    You have a table named financials that contains a column named Date and a column named Sales.
    You need to create a measure that calculates the relative change in sales as compared to the previous quarter.
    How should you complete the measure? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.