최신 PL-300日本語 무료덤프 - Microsoft Power BI Data Analyst (PL-300日本語版)
共有データセットに基づくreport1という名前のレポートがPowerBlにあります。
report1のデータ漏洩のリスクを最小限に抑える必要があります。ソリューションは、他のレポートが影響を受けるのを防ぐ必要があります。
あなたは何をするべきか?
report1のデータ漏洩のリスクを最小限に抑える必要があります。ソリューションは、他のレポートが影響を受けるのを防ぐ必要があります。
あなたは何をするべきか?
정답: B
RLSのデータセットに関係を作成する必要があります。
あなたは何をするべきか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
あなたは何をするべきか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
정답:
See the answer as below in explanation.
Explanation:
Answer as below
Explanation:
Answer as below
Power BI セマンティック モデルがあります。
セマンティック モデルにエラーとして表示される値が含まれていることがわかります。
日付をプレビューして問題を特定するには、Power Query のデータ プロファイリング機能を使用する必要があります。
モデル内のエラー数を増やすには何を選択すればよいでしょうか。また、エラーを解決するには何を選択すればよいでしょうか。回答するには、回答領域で適切なオプションを選択してください。
注意: 正解ごとに 1 ポイントが付与されます。
セマンティック モデルにエラーとして表示される値が含まれていることがわかります。
日付をプレビューして問題を特定するには、Power Query のデータ プロファイリング機能を使用する必要があります。
モデル内のエラー数を増やすには何を選択すればよいでしょうか。また、エラーを解決するには何を選択すればよいでしょうか。回答するには、回答領域で適切なオプションを選択してください。
注意: 正解ごとに 1 ポイントが付与されます。
정답:
Explanation:
次の図に示すテーブルを含む Power Bl データセットを作成します。
Microsoft Excel でテーブルを組織データ型として使用できるようにする必要があります。
テーブルのプロパティをどのように設定すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
Microsoft Excel でテーブルを組織データ型として使用できるようにする必要があります。
テーブルのプロパティをどのように設定すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
정답:
Explanation:
あなたの会社には、会社が顧客を獲得するのを助けるアフィリエイトがいます。
会社のアフィリエイトマネージャー向けのレポートを作成して、アフィリエイトのパフォーマンスを理解するのに役立てます。
マネージャーは、各アフィリエイトの最新の50件のトランザクションの合計売上高を示すビジュアルを要求します。次のテーブルを含むデータモデルがあります。
ビジュアルをサポートするための手段を開発する必要があります。
DAX式をどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
会社のアフィリエイトマネージャー向けのレポートを作成して、アフィリエイトのパフォーマンスを理解するのに役立てます。
マネージャーは、各アフィリエイトの最新の50件のトランザクションの合計売上高を示すビジュアルを要求します。次のテーブルを含むデータモデルがあります。
ビジュアルをサポートするための手段を開発する必要があります。
DAX式をどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
정답:
Explanation:
Box 1: CALCULATE
Start with CALCULATE and use a SUMX.
CALCULATE evaluates an expression in a modified filter context.
Box 2: SUM
Box 3: TOPN
TOPN returns the top N rows of the specified table.
Box 4: [TransactionDate]
TOPN Syntax: TOPN(<n_value>, <table>, <orderBy_expression>, [<order>[, <orderBy_expression>,
[<order>]]...])
The orderBy_expression: Any DAX expression where the result value is used to sort the table and it is evaluated for each row of table.
Reference:
https://docs.microsoft.com/en-us/dax/topn-function-dax
Power Bl レポートを作成する必要があります。レポートの最初のページには、次の 2 つのビューが含まれている必要があります。
* 郵便番号別売上
* 月別売上
両方のビューで、Chain という名前のフィールドの値を選択するためのスライサーを表示する必要があります。
郵便番号別の売上ビューには、次の図に示すようにマップ ビジュアルが表示される必要があります。
* 郵便番号別売上
* 月別売上
両方のビューで、Chain という名前のフィールドの値を選択するためのスライサーを表示する必要があります。
郵便番号別の売上ビューには、次の図に示すようにマップ ビジュアルが表示される必要があります。
정답:
Explanation:
DAX計算を備えたPowerBIモデルを拡張しています。
前の暦年の同じ日付からの年初来の総売上高を返すメジャーを作成する必要があります。
どのDAX関数を使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
前の暦年の同じ日付からの年初来の総売上高を返すメジャーを作成する必要があります。
どのDAX関数を使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
정답:
Explanation:
Reference:
https://www.kasperonbi.com/get-the-ytd-of-the-same-period-last-year/
PowerBiDesktopを使用してPowerBlレポートを作成しています。
トレンドやその他の有用な情報を自動的に表示するビジュアルを含める必要があります。ビジュアルは、他のビジュアルでの選択に基づいて更新する必要があります。
どのタイプのビジュアルを使用する必要がありますか?
トレンドやその他の有用な情報を自動的に表示するビジュアルを含める必要があります。ビジュアルは、他のビジュアルでの選択に基づいて更新する必要があります。
どのタイプのビジュアルを使用する必要がありますか?
정답: B
Sales という名前のテーブルを含む Power BI モデルがあります。Sales テーブルには次の列が含まれます。
* 注文明細 ID
* 製品番号
* 単価
* 注文ID
* 量
注文は注文 ID を使用して一意に識別され、複数の注文明細を含めることができます。注文内の各注文明細には、異なる製品 ID が含まれます。
注文数をカウントする DAX メジャーを作成する必要があります。
どの式を使用すればよいでしょうか?
* 注文明細 ID
* 製品番号
* 単価
* 注文ID
* 量
注文は注文 ID を使用して一意に識別され、複数の注文明細を含めることができます。注文内の各注文明細には、異なる製品 ID が含まれます。
注文数をカウントする DAX メジャーを作成する必要があります。
どの式を使用すればよいでしょうか?
정답: C
貸借対照表データを日付テーブルに関連付けることができるように、貸借対照表データで月の最終日を計算する必要があります。どのタイプの計算とどの式を使用すればよいですか? 回答するには、回答領域で適切なオプションを選択します。注: 正しい選択ごとに 1 ポイントが与えられます。
정답:
Explanation:
Box 1: A DAX Calculated measure
Box 2: Date.EndofQuarter(#date([Year],[Mont],1))
ENDOFQUARTER returns the last date of the quarter in the current context for the specified column of dates.
The following sample formula creates a measure that returns the end of the quarter, for the current context.
= ENDOFQUARTER(DateTime[DateKey])
Reference:
https://docs.microsoft.com/en-us/dax/endofquarter-function-dax
Topic 2, Litware, Inc. 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 questions 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 questions in 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 in 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
Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports.
The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources.
Litware uses Azure Active Directory (Azure AD) to authenticate users.
- Existing Environment
Sales Data
Litware has online sales data that has the SQL schema shown in the following table.
In the Date table, the dateid column has a format of yyyymmdd and the month column has a format of yyyymm. The week column in the Date table and the weekid column in the Weekly_Returns table have a format of yyyyww. The regionid column can be managed by only one sales manager.
Data Concerns
You are concerned with the quality and completeness of the sales data. You plan to verify the sales data for negative sales amounts.
Reporting Requirements
Litware identifies the following technical requirements:
* Executives require a visual that shows sales by region.
* Regional managers require a visual to analyze weekly sales and returns.
* Sales managers must be able to see the sales data of their respective region only.
* The sales managers require a visual to analyze sales performance versus sales targets.
* The sale department requires reports that contain the number of sales transactions.
* Users must be able to see the month in reports as shown in the following example: Feb 2020.
* The customer service department requires a visual that can be filtered by both sales month and ship month independently.
複数ページにわたる販売レポートを作成しています。各ページでは、異なるビジネス上の質問に答えます。
すべてのビジネス上の質問を表示するメニュー ページを作成する予定です。
ユーザーが各ビジネス上の質問をクリックして、質問の回答が記載されたページに移動できるようにする必要があります。ソリューションでは、メニュー ページがワークスペースに展開されたときに確実に機能する必要があります。
メニューページには何を含めるべきですか?
すべてのビジネス上の質問を表示するメニュー ページを作成する予定です。
ユーザーが各ビジネス上の質問をクリックして、質問の回答が記載されたページに移動できるようにする必要があります。ソリューションでは、メニュー ページがワークスペースに展開されたときに確実に機能する必要があります。
メニューページには何を含めるべきですか?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
データ レイクから CSV ファイルをインポートする Customer というクエリがあります。クエリには、図に示すように 500 行が含まれています。([図] タブをクリックします。)
各ファイルには、データ レイクへの各ロードからの新規行または変更された行の差分が含まれます。複数のファイルに同じ顧客 ID が含まれる場合があります。
各顧客 ID の最後に変更された行のみを保持する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクション リストから適切なアクションを回答領域に移動し、正しい順序で並べます。
各ファイルには、データ レイクへの各ロードからの新規行または変更された行の差分が含まれます。複数のファイルに同じ顧客 ID が含まれる場合があります。
各顧客 ID の最後に変更された行のみを保持する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクション リストから適切なアクションを回答領域に移動し、正しい順序で並べます。
정답:
Explanation:
1) Duplicate Customer query
2) Group by CustId by Max ModifiedDate (only 2 columns to keep)
3) Merge two queries on CustId and ModifiedDate inner join (to retreive other customer informations related to latest Date)