PL-300 Exam Question 51

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 scenario, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have several reports and dashboards in a workspace.
You need to grant all organizational users read access to a dashboard and several reports.
Solution: You publish an app to the entire organization.
Does this meet the goal?
  • PL-300 Exam Question 52

    You need to create a DAX measure in the data model that only allows users to see projections at the appropriate levels of granularity.
    How should you complete the measure? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    PL-300 Exam Question 53

    You create the following step by using Power Query Editor.
    = Table.ReplaceValue(SalesLT_Address,"1318","1319",Replacer.ReplaceText,{"AddressLine1"}) A row has a value of 21318 Lasalle Street in the AddressLine1 column. What will the value be when the step is applied?
  • PL-300 Exam Question 54

    You need to create relationships to meet the reporting requirements of the customer service department.
    What should you create?
  • PL-300 Exam Question 55

    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 Monthly_returns table and Date[Date_ID].
    What should you do before you create the relationship?