
Ultimate access to all questions.
In your role as a Fabric Analytics Engineer Associate, the task is to develop a DAX measure that calculates the average overall satisfaction score for a customer satisfaction report. This measure must fulfill several specific criteria:
Given these requirements, how should you complete the DAX code to achieve the desired outcome?
A
AVERAGE('Survey'[Response Value]), Period
B
AVERAGEA('Question'[Question Text]), NumberOfMonths
C
AVERAGEX(VALUES('Survey'[Customer Key]), LastCurrentDate
D
AVERAGE('Survey'[Response Value]), Period LastCurrentDate