PL-300 Korean 無料問題集「Microsoft Power BI Data Analyst (PL-300 Korean Version)」

참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 충족할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 하나 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 시나리오에서 질문에 답한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
작업 공간에 여러 보고서와 대시보드가 ​​있습니다.
모든 조직 사용자에게 대시보드 및 여러 보고서에 대한 읽기 액세스 권한을 부여해야 합니다.
솔루션: 모든 사용자에게 작업 공간에 대한 뷰어 역할을 할당합니다.
이것이 목표를 달성합니까?

解説: (JPNTest メンバーにのみ表示されます)
Azure Analysis Services 라이브 연결을 기반으로 데이터 세트를 사용하는 Power BI 보고서가 있습니다.
사용자가 데이터 세트에 대한 Power BI 서비스의 Q&A를 사용할 수 있는지 확인해야 합니다.
어떻게 해야 합니까?

다음 전시에 표시된 시각적 내용이 포함된 보고서 페이지가 있습니다.

드롭다운 메뉴를 사용하여 그림에 제시된 정보를 바탕으로 각 문장을 완성하는 답을 선택하세요. 참고: 정답 하나당 1점이 부여됩니다.
正解:

Explanation:

Box 1: cross-filter
By default, selecting a data point in one visual on a report page will cross-filter or cross-highlight the other visuals on the page.
Box 2: cross-highlight
Example:
By default, selecting a data point in one visual on a report page will cross-filter or cross-highlight the other visuals on the page.

1. Let's see what happens when we select Moderation.

2. Cross-filtering removes data that doesn't apply. Selecting Moderation in the doughnut chart cross-filters the line chart. The line chart now only displays data points for the Moderation segment.
3. Cross-highlighting retains all the original data points but dims the portion that does not apply to your selection. Selecting Moderation in the doughnut chart cross-highlights the column chart. The column chart dims all the data that applies to the Convenience segment and highlights all the data that applies to the Moderation segment.
Reference:
https://docs.microsoft.com/en-us/power-bi/consumer/end-user-interactions
사용자가 적절한 세부성 수준에서만 예측을 볼 수 있도록 데이터 모델에 DAX 측정값을 만들어야 합니다.
측정을 어떻게 완료해야 할까요? 답하려면 적절한 값을 올바른 목표에 드래그하세요. 각 값은 한 번, 여러 번 또는 전혀 사용되지 않을 수 있습니다. 내용을 보려면 창 사이의 분할 막대를 드래그하거나 스크롤해야 할 수도 있습니다.
참고: 정답 하나당 1점입니다.
正解:

Explanation:

Scenario: Revenue projections are set at the monthly level and summed to show projections for the quarter.
Box 1: IF
Box 2: ISFILTERED
ISFILTERED returns TRUE when columnName is being filtered directly. If there is no filter on the column or if the filtering happens because a different column in the same table or in a related table is being filtered then the function returns FALSE.
Box 3: SUM
Reference:
https://docs.microsoft.com/en-us/dax/isfiltered-function-dax
Topic 3, Northwind Traders
Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all question included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other question on this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question on this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview. General Overview
Northwind Traders is a specialty food import company.
The company recently implemented Power BI to better understand its top customers, products, and suppliers.
Overview. Business Issues
The sales department relies on the IT department to generate reports in Microsoft SQL Server Reporting Services (SSRS). The IT department takes too long to generate the reports and often misunderstands the report requirements.
Existing Environment. Data Sources
Northwind Traders uses the data sources shown in the following table.

Source2 is exported daily from a third-party system and stored in Microsoft SharePoint Online.
Existing Environment. Customer Worksheet
Source2 contains a single worksheet named Customer Details. The first 11 rows of the worksheet are shown in the following table.

All the fields in Source2 are mandatory.
The Address column in Customer Details is the billing address, which can differ from the shipping address.
Existing Environment. Azure SQL Database
Source1 contains the following table:
* Orders
* Products
* Suppliers
* Categories
* Order Details
* Sales Employees
The Orders table contains the following columns.

The Order Details table contains the following columns.

The address in the Orders table is the shipping address, which can differ from the billing address.
The Products table contains the following columns.

The Categories table contains the following columns.

The Suppliers table contains the following columns.

The Sales Employees table contains the following columns.

Each employee in the Sales Employees table is assigned to one sales region. Multiple employees can be assigned to each region.
Requirements. Report Requirements
Northwind Traders requires the following reports:
* Top Products
* Top Customers
* On-Time Shipping
The Top Customers report will show the top 20 customers based on the highest sales amounts in a selected order month or quarter, product category, and sales region.
The Top Products report will show the top 20 products based on the highest sales amounts sold in a selected order month or quarter, sales region, and product category. The report must also show which suppliers provide the top products.
The On-Time Shipping report will show the following metrics for a selected shipping month or quarter:
* The percentage of orders that were shipped late by country and shipping region
* Customers that had multiple late shipments during the last quarter
Northwind Traders defines late orders as those shipped after the required shipping date.
The warehouse shipping department must be notified if the percentage of late orders within the current month exceeds 5%.
The reports must show historical data for the current calendar year and the last three calendar years.
Requirements. Technical Requirements
Northwind Traders identifies the following technical requirements:
* A single dataset must support all three reports.
* The reports must be stored in a single Power BI workspace.
* Report data must be current as of 7 AM Pacific Time each day.
* The reports must provide fast response times when users interact with a visualization.
* The data model must minimize the size of the dataset as much as possible, while meeting the report requirements and the technical requirements.
Requirements. Security Requirements
Access to the reports must be granted to Azure Active Directory (Azure AD) security groups only. An Azure AD security group exists for each department.
The sales department must be able to perform the following tasks in Power BI:
* Create, edit, and delete content in the reports.
* Manage permissions for workspaces, datasets, and report.
* Publish, unpublish, update, and change the permissions for an app.
* Assign Azure AD groups role-based access to the reports workspace.
Users in the sales department must be able to access only the data of the sales region to which they are assigned in the Sales Employees table.
Power BI has the following row-level security (RLS) Table filter DAX expression for the Sales Employees table.
[EmailAddress] = USERNAME()
RLS will be applied only to the sales department users. Users in all other departments must be able to view all the data.
다음 표에서 볼 수 있듯이 운송업체라는 표의 정보를 표시하는 Q&A 시각화가 있습니다.

사용자가 항공사 또는 운송업체라는 용어를 사용하여 질문을 할 수 있도록 해야 합니다. 솔루션은 데이터 모델에 대한 변경을 최소화해야 합니다.
어떻게 해야 할까요?

解説: (JPNTest メンバーにのみ表示されます)
Power BI Desktop에서 보고서를 만들고 있습니다. 모델에는 다음과 같은 테이블이 있습니다.

테이블 사이에 관계가 있습니다.
주문_금액, 주문_날짜, 전체_이름을 표시하는 보고서를 Power BI 서비스에 게시하려고 합니다.
보고서에 필요한 열만 보고서 보기에 표시되도록 해야 합니다. 솔루션은 게시되는 데이터 세트의 크기를 최소화해야 합니다.
Power BI Desktop에서 열을 어떻게 구성해야 할까요? 답변 영역에서 적절한 옵션을 선택하여 답변하세요.
참고: 정답 하나당 1점입니다.
正解:

Explanation:
사용자 불만 사항이 포함된 CSV 파일이 있습니다. 파일에는 각 불만 사항이 발생한 날짜와 시간이 포함된 Logged logs라는 열이 있습니다. Logged의 데이터는 2018-12-31 at 08:59 형식입니다.
기록된 날짜별로 불만 사항을 분석하고 내장된 날짜 계층 구조를 사용할 수 있어야 합니다.
어떻게 해야 합니까?

Report1이라는 Power Bl 보고서와 Dashboard1이라는 대시보드가 ​​있고, Report1에는 월별 매출이라는 선형 차트가 포함되어 있습니다.
월별 매출을 대시보드1에 고정합니다.
보고서 1에서 월별 매출을 막대 차트로 시각적으로 변경합니다.
대시보드1에 막대형 차트가 표시되는지 확인해야 합니다.
어떻게 해야 하나요?

다음 요구 사항을 충족하는 분기별 이익 보고서를 만들기 위해 Power BI를 사용할 계획입니다.
* 각 제품 카테고리가 기여한 총 이익의 비율을 달러와 백분율로 강조합니다.
* 판매 지역별 이익 마진을 비교합니다.
각 요구 사항에 대해 어떤 유형의 시각 자료를 사용해야 할까요? 답을 얻으려면 적절한 시각 자료를 해당 요구 사항으로 드래그하세요. 각 시각 자료는 한 번, 여러 번 또는 전혀 사용되지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 드래그하거나 스크롤해야 할 수도 있습니다.
참고: 정답 하나당 1점입니다.
正解:

Explanation:
참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 충족할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 하나 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 섹션의 질문에 답한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
Sales라는 테이블에 대한 쿼리가 있습니다. Sales에는 CustomerlD라는 열이 있습니다. CustomerlD의 데이터 유형은 정수입니다.
데이터를 새로 고치고 몇 가지 오류를 찾습니다. Sales 테이블의 새 항목에 숫자가 아닌 값이 포함되어 있음을 발견했습니다.
CustomerlD 열의 숫자가 아닌 값이 0으로 설정되어 있는지 확인해야 합니다.
해결 방법: 쿼리 편집기에서 CustomerlD 열을 선택하고 오류 제거를 클릭합니다.
이것이 목표를 달성합니까?

Store라는 테이블이 포함된 Power BI 모델을 만들고 있습니다. Store에는 다음 필드가 포함되어 있습니다.
매장 위치를 ​​표시하고 국가, 주/도, 도시까지 세부적으로 검색할 수 있는 지도 시각 자료를 만들 계획입니다. 매장 위치가 부동산에 매핑되도록 하려면 어떻게 해야 할까요?

다음 표에 표시된 데이터 세트를 호스팅하는 Power BI 테넌트가 있습니다.

다음과 같은 요구 사항이 있습니다.
* 개인 식별 정보(PLL)가 포함된 보고서의 수출은 금지되어야 합니다.
* 재무적 결정에 사용되는 데이터는 사용 전에 검토하고 승인을 받아야 합니다.
다음 각 문장에 대해, 문장이 맞으면 '예'를 선택하고, 틀리면 '아니요'를 선택하세요. 참고: 정답은 1점입니다.
正解:

Explanation:
참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 충족할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 하나 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 시나리오에서 질문에 답한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
Salary라는 측정값을 값으로 포함하고 Employee라는 필드를 축으로 포함하는 클러스터 막대형 차트가 있습니다. 급여는 미국 달러를 나타내는 숫자 금액으로 데이터에 표시됩니다.
중간 급여보다 높은 직원을 표시하려면 참조선을 만들어야 합니다.
솔루션: 상수 라인을 생성하고 값을 .5로 설정합니다.
이것이 목표를 달성합니까?

解説: (JPNTest メンバーにのみ表示されます)

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡