試験PL-300J トピック3 問題98 スレッド
Microsoft PL-300Jのリアル試験問題集
問題 #: 98
トピック #: 3
問題 #: 98
トピック #: 3
Power BIのセマンティックモデルをお持ちです。
前年比(YOY)の収益を示す列を作成する必要があります。この列には、前年の月間収益と比較した変化率を含める必要があります。
OAX式をどのように完成させるべきですか?回答するには、回答欄で適切な選択肢を選んでください。
注:正解ごとに1ポイントが加算されます。

前年比(YOY)の収益を示す列を作成する必要があります。この列には、前年の月間収益と比較した変化率を含める必要があります。
OAX式をどのように完成させるべきですか?回答するには、回答欄で適切な選択肢を選んでください。
注:正解ごとに1ポイントが加算されます。

おすすめの解答:

Explanation:

The completed mapping shown in the answer area is correct. The required outcome is to create a column that will contain year over year (YOY) revenue. The column must contain a ratio of change factor compared to the previous year ' s monthly revenue. Cardinality describes uniqueness on each side of a relationship; cross-filter direction controls how filters travel. Both settings must match the model grain or totals and security filtering can become unreliable. 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
shi0n.mz2000 2026-08-21 11:38:54
コメント
shi0n.mz2000
2026-08-21 11:38:54Examples of correct equations
Revenue YoY % =
VAR RevenueCurrent = SUM('Revenue'[Revenue])
VAR RevenuePriorYear = CALCULATE(SUM('Sheet1'[Revenue]), PARALLELPERIOD('Date'[Date], -12, MONTH))
RETURN
DIVIDE(RevenueCurrent, RevenuePriorYear)
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。