Power BIモデルには、CustomersとInvoiceという名前の2つのテーブルがあります。Customersテーブルには、次のフィールドが含まれています。
顧客ID
カスタマーシティ
顧客の状態
顧客名
顧客の住所1
顧客の住所2
顧客の郵便番号
請求書テーブルには、次のフィールドが含まれています。
注文ID
請求書ID
請求書の日付
顧客ID
合計金額
総アイテム数
Customersテーブルは、CustomerID列を介して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