live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Microsoft Power BI Data Analyst (PL-300日本語版) - PL-300日本語 Exam Questions

QUESTION NO: 1
販売データを含むModel1という名前のセマンティックモデルがあります。
Model1には、毎月1日に前月の販売データが反映されるように更新する必要があります。
何を設定すればよいですか?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 2
注: この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、指定された目標を達成できる独自のソリューションが含まれています。問題セットには、複数の正解があるものもあれば、正解がないものもあります。
このセクションの質問に回答すると、その質問に戻ることはできなくなります。そのため、これらの質問はレビュー画面に表示されません。
Azure SQL データベース データ ソースから日付テーブルと売上テーブルをインポートする Power BI レポートがあります。sales テーブルには、次の日付外部キーがあります。
期日
注文日
配送日
すべての日付外部キーに基づいて、経時的な売上分析をサポートする必要があります。
解決策: Power Query エディターから、日付クエリの名前を Due Date に変更します。注文日と配送日のクエリを作成するために、期日クエリを 2 回参照します。
これは目標を満たしていますか?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 3
Power Query Editor を使用して API からデータを取得する予定です。
APIはJSON形式のレスポンスを返します。
APIにはユーザー名とパスワードが必要です。
APIへの接続には、どのデータソースと認証方法を使用すべきですか?回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。
Correct Answer:

Explanation:

The retained answer-area mapping contains the correct selections. Begin with the scenario statement that you plan to use Power Query Editor to get data from an API. A visual, measure, or model relationship cannot repair the incoming tabular shape; those features operate after the query result has already been loaded. Power Query should resolve this requirement before the data enters the semantic model. The chosen transformation preserves the required rows and grain while converting the source layout into an analysis-ready table. In Microsoft ' s current exam outline, the corresponding objective is " Convert semi-structured data to a table " .
This keeps the query output reproducible at refresh and leaves the semantic model with the grain and schema required by the report.
Microsoft Learn reference: https://learn.microsoft.com/en-us/power-query/best-practices | PL-300 objective: " Convert semi-structured data to a table " | Study guide: https://learn.microsoft.com/en-us/credentials
/certifications/resources/study-guides/pl-300
QUESTION NO: 4
注:この問題は、同じシナリオを提示する一連の問題の一部です。このシリーズの各問題には、提示された目標を満たす可能性のある独自の解答が含まれています。問題セットによっては、複数の正解がある場合もあれば、正解がない場合もあります。
このセクションの質問に回答すると、後から戻って回答することはできません。そのため、これらの質問は復習画面には表示されません。
あなたはMicrosoft Power BIを使用してデータをモデリングしています。データモデルの一部には、1億件以上のレコードを含むOrderという名前の大規模なMicrosoft SQL Serverテーブルが含まれています。
開発プロセス中に、注文テーブルからデータのサンプルをインポートする必要があります。
解決策:FILTER関数を使用するDAX式を作成します。
これは目標を達成していると言えるでしょうか?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 5
注:この問題は、同じシナリオを提示する一連の問題の一部です。便宜上、シナリオは各問題で繰り返されます。各問題では目標と選択肢が異なりますが、シナリオの文章はシリーズ全体で全く同じです。
繰り返しシナリオの開始
Microsoft SQL Server データベースがあり、データベース図の図に示されているテーブルが含まれています。(図をクリックしてください。)

Power BI モデル図(図をクリックしてください)に示されているような Power BI モデルを開発する予定です。

Power BIを使用して、2013年から2015年までのデータをインポートする予定です。
製品サブカテゴリ[Subcategory]にはNULL値が含まれています。
繰り返しのシナリオ終了。
Power BIモデルを実装します。
商品サブカテゴリテーブルに、以下の数式を使用する新しい列を追加する必要があります。
=if [Subcategory] ​​=null then "NA" else [Subcategory]
クエリ エディターではどのコマンドを使用すればよいですか?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
1 ページを含む Power BI レポートがあります。このページには、2 つの折れ線グラフと 1 つの棒グラフが含まれています。
ユーザーが 3 つのビジュアルすべてに対して次のタスクを実行できるようにする必要があります。
ビジュアルで使用されるメジャーを切り替えます。
可視化タイプを変更します。
凡例を追加します。
ソリューションは、開発作業を最小限に抑える必要があります。
あなたは何をするべきか?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7
あなたは、CityDataとSalesという名前の2つのテーブルを持つMicrosoft Power BIモデルを作成しています。CityDataには、次の表に示すデータのみが含まれています。

売上データには、以下の表に示すデータのみが含まれます。

以下の各記述について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注:正解ごとに1ポイントが加算されます。
Correct Answer:

Explanation:

Read the completed answer mapping as 1) Yes; 2) Yes; 3) No. The case is framed around this condition: you are creating a microsoft power bi model that has two tables named citydata and sales. citydata contains only the data shown in the following table. sales contains only the data. A lookup-to-fact design normally uses one- to-many cardinality and single-direction filtering from the unique key to the repeating key. That creates predictable propagation and avoids an unnecessary ambiguous filter path. This directly matches the current study-guide objective " Define a relationship ' s cardinality and cross-filter direction " . The opposite cardinality or unnecessary bidirectional filtering can duplicate results, block propagation, or create ambiguity rather than solve the stated model path.
Microsoft Learn reference: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop- relationships-understand | PL-300 objective: " Define a relationship ' s cardinality and cross-filter direction "
| Study guide: https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/pl-300
QUESTION NO: 8
Microsoft Power BI レポートがあります。PBIX ファイルのサイズは 550 MB です。このレポートは、Power BI サービスの共有容量にあるアプリ ワークスペースを使用してアクセスされます。
このレポートは、1つのファクトテーブルを含むインポート済みのセマンティックモデルを使用しています。ファクトテーブルには1200万行のデータが含まれています。セマンティックモデルは、1日2回、午前8時と午後5時に更新されるように設定されています。
このレポートは1ページで構成されており、AppSourceのビジュアル15個とデフォルトのビジュアル10個が含まれています。
ユーザーからは、レポートにアクセスして操作する際に、図表の読み込みが遅いという声が上がっている。
レポートのパフォーマンスを向上させるための解決策を提案する必要があります。
何をおすすめしますか?
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
商品リストと売上実績との関連性を構築する必要があります。ソリューションは、ビジュアルのレンダリングにかかる​​時間を最小限に抑える必要があります。
リレーションシップのカーディナリティはいくつに設定すべきですか?
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 10
場所ごとの顧客数を表示する棒グラフを含むPowerBIレポートを作成することを計画しています。次の列を持つCustomerという名前のテーブルがあります。
* 顧客ID
* 顧客名
* 住所
* 街
* ProvState
* 国
ユーザーが場所ごとにドリルダウンできるようにする必要があります。レポートには、国ごとの各顧客の数が表示され、ProvState、Cityの順にドリルダウンします。棒グラフでドリルダウンをどのように構成する必要がありますか?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).