Power BIモデルに「Customers」と「Invoice」という2つのテーブルがあります。「Customers」テーブルには以下のフィールドが含まれています。
* 顧客ID
* 顧客の都市
* 顧客の州
* 顧客名
* 顧客住所1
* 顧客住所2
* お客様の郵便番号
請求書テーブルには次のフィールドが含まれています。
* 注文ID
* 請求書ID
* 請求書発行日
* 顧客ID
* 合計金額
* 合計アイテム数
Customersテーブルは、Customer ID列を通じてInvoiceテーブルと関連しています。顧客は1ヶ月以内に複数の請求書を受け取ることができます。
Power BI モデルは次の情報を提供する必要があります。
* 先月各州で請求書を受け取った顧客数
* 各郵便番号の顧客あたりの平均請求額
CustomersテーブルからInvoiceテーブルへのリレーションシップを定義する必要があります。ソリューションはクエリのパフォーマンスを最適化する必要があります。
何を設定する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

Explanation:

Box 1: One-to-many
A customer can have many invoices within one month.
Box 2: Single
For One-to-many relationships, the cross filter direction is always from the "one" side, and optionally from the "many" side (bi-directional). For Single cross filter direction means "single direction", and Both means "both directions". A relationship that filters in both directions is commonly described as bi-directional.
Reference:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand