PL-300日本語無料試験問題と解答PDF最新問題2025年03月
最新PL-300日本語試験問題集で最近更新された388問題
質問 # 106
PowerBIレポートがあります。
支出が最も多い100人の顧客を返すには、計算テーブルを作成する必要があります。
DAX式をどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Box 1: TOPN
TOPN returns the top N rows of the specified table.
Box 2: SUMMARIZE
SUMMARIZE returns a summary table for the requested totals over a set of groups.
Box 3: DESC
Sort in descending order.
It is last in the TOPN command.
TOPN syntax:
TOPN(<n_value>, <table>, <orderBy_expression>, [<order>[, <orderBy_expression>, [<order>]]...]) Reference:
https://docs.microsoft.com/en-us/dax/topn-function-dax
https://docs.microsoft.com/en-us/dax/summarize-function-dax
質問 # 107
In Power Query Editor, you have three queries named ProductCategory, ProductSubCategory, and Product.
Every Product has a ProductSubCategory.
Not every ProductsubCategory has a parent ProductCategory.
You need to merge the three queries into a single query. The solution must ensure the best performance in Power Query.
How should you merge the tables? To answer, drag the appropriate merge types to the correct queries. Each merge type 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.
正解:
解説:
質問 # 108
遅延注文の割合を返すメジャーを作成する必要があります。
DAX式をどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dax/calculate-function-dax
https://docs.microsoft.com/en-us/dax/filter-function-dax
質問 # 109
レポートを取締役会にどのように配布する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Using a workspace membership
Scenario:
The company wants to provide a single package of reports to the board that contains custom navigation and links to supplementary information.
Note: Workspace is a shared environment for a group of people. You can have multiple Power BI content in a workspace. One workspace can have hundreds of dashboards, reports, and datasets in it.
Box 2: A mail-enabled security group
Scenario: Security Requirements
The reports must be made available to the board from powerbi.com. A mail-enabled security group will be used to share information with the board.
質問 # 110
トランザクションという名前のテーブルから消費者の購入パターンを分析するためのPowerBIレポートを作成しています。Transactionsテーブルには、Spendという名前の数値フィールドが含まれています。どのフィールドが支出に最大の影響を与えるかを識別するビジュアルを含める必要があります。どのタイプのビジュアルを使用する必要がありますか?
- A. 質疑応答
- B. 重要な影響
- C. スマートな物語
- D. 分解ツリー
正解:B
質問 # 111
同じテーブルと列を含む2つのAzureSQLデータベースがあります。
データベースごとに、Customersという名前のテーブルからデータを取得するクエリを作成します。
Customerテーブルを1つのテーブルに結合する必要があります。このソリューションでは、データモデルのサイズを最小限に抑え、powerbi.comでスケジュールされた更新をサポートする必要があります。
あなたは何をするべきか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/power-query/append-queries
https://community.powerbi.com/t5/Power-Query/Append-vs-Append-as-new-for-performance/td-p/1822710
質問 # 112
データセットをpowerbi.comに公開します。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
質問 # 113
次の展示に示すように、Carriersという名前のテーブルからの情報を表示するQ&Aビジュアルがあります。
航空会社または航空会社という用語を使用して、ユーザーが質問できるようにする必要があります。ソリューションは、データモデルへの変更を最小限に抑える必要があります。
あなたは何をするべきか?
- A. クエリの名前をCarriersからairlinesに変更します。
- B. 航空会社を運送業者の同義語として追加します。
- C. Carriersクエリでcarrier列の名前をairlineに変更します。
- D. Airlineという名前の重複クエリを追加します。
正解:B
解説:
Explanation
Add synonyms to tables and columns: This step applies specifically to Q&A (and not to Power BI reports in general). Users often have a variety of terms they use to refer to the same thing, such as total sales, net sales, total net sales. You can add these synonyms to tables and columns in the Power BI model.
This step can be important. Even with straightforward table and column names, users of Q&A ask questions using the vocabulary that first comes to them. They're not choosing from a predefined list of columns. The more sensible synonyms you add, the better your users' experience is with your report.
Reference:
https://docs.microsoft.com/en-us/power-bi/natural-language/q-and-a-best-practices
質問 # 114
Products と Categories という名前の 2 つの CSV ファイルがあります。
Products ファイルには、次の列が含まれています。
製品番号
商品名
サプライヤーID
カテゴリーID
カテゴリ ファイルには、次の列が含まれています。
カテゴリーID
種別名
カテゴリ説明
Power BI Desktop から、ファイルを Power Query エディターにインポートします。
Product という名前の単一のテーブルを含む Power BI データセットを作成する必要があります。Product will テーブルには、次の列が含まれます。
製品番号
商品名
サプライヤーID
カテゴリーID
種別名
カテゴリ説明
クエリをどのように組み合わせる必要がありますか? また、カテゴリ クエリに対して何を行う必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:
解説:
質問 # 115
次の3つの列を含むテーブルがあります。
街
総売上高
職業
展示に示されているように、主要なインフルエンサーの視覚化を作成する必要があります。([展示]タブをクリックします。)
視覚化をどのように構成する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers
質問 # 116
Employees という名前のテーブルを含む Power BI データ モデルがあります。テーブルには次の列があります。
* 従業員名
* 電子メールアドレス
* 開始日
* 役職
動的行レベル セキュリティ (RLS) を実装しています。
次の要件を満たすテーブル フィルターを作成する必要があります。
* ユーザーは自分の従業員データのみを表示する必要があります
* DAX 式は、Power 81 Desktop と Power BI サービスの両方で機能する必要があります。
どの表現を使用すればよいでしょうか?
- A. オプション A
- B. オプション B
- C. オプション C
- D. オプション D
正解:B
質問 # 117
Power BIサービスで、MicrosoftSQLServerデータベースからデータを取得するダッシュボードを作成する予定です。ダッシュボードは、組織内のユーザー間で共有されます。
ユーザーがダッシュボードを表示するときに現在のデータが表示されるようにする必要があります。
データソースへの接続をどのように構成する必要がありますか?
- A. オンプレミスのデータゲートウェイを展開します(パーソナルモード)。DirectQueryデータ接続モードを使用してデータをインポートします。
- B. オンプレミスのデータゲートウェイを展開します(パーソナルモード)。データ接続モードのインポートを使用してデータをインポートします。
- C. オンプレミスのデータゲートウェイを展開します。DirectQueryデータ接続モードを使用してデータをインポートします。
- D. オンプレミスのデータゲートウェイを展開します。データ接続モードのインポートを使用してデータをインポートします。
正解:A
解説:
References:
https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#power-bi-connectivity-modes
質問 # 118
You are creating a line chart in a Power Bl report as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
正解:
解説:
see the explanation for the answer.
Explanation
Answer as selected
質問 # 119
売上データを Power BI モデルにインポートする All Sales という名前のクエリがあります。
列を個別のクエリに分割し、さらに変換を実行することにより、スター スキーマを作成することを計画しています。ソリューションは次の要件を満たす必要があります。
* Sales Fact Product Dimension および Customer Dimension という名前の他の 3 つのクエリのソースとして All Sales を使用します。
* メンテナンスの労力を最小限に抑えます。
Sales Fact クエリを作成するには何をすべきですか? また、どのクエリに対して [読み込みを有効にする] をクリアする必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation
質問 # 120
次の図に示すテーブル ビジュアルを含む Power BI レポートがあります。

正解:
解説:
Explanation:
質問 # 121
RLSのデータセットに関係を作成する必要があります。
あなたは何をするべきか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
質問 # 122
......
Microsoft PL-300日本語リアル2025年最新のブレーン問題集で模擬試験問題集:https://jp.fast2test.com/PL-300J-premium-file.html