MicrosoftMicrosoft
PL-300 · Question #25
PL-300 Question #25: Real Exam Question with Answer & Explanation
Sign in or unlock PL-300 to reveal the answer and full explanation for question #25. The question stem and answer options stay visible for context.
Submitted by lucia.co· Apr 18, 2026Model the data
Question
You have a sales system that contains the tables shown in the following table. The Date table is marked as a date table. DateID is the date data type. You need to create an annual sales growth percentage measure. Which DAX expression should you use?
Options
- ASUM(sales[sales_amount]) - CALCULATE(SUM(sales[sales_amount]),
- BCALCULATE(SUM(sales[sales_amount]), DATESYTD('Date'[DatelD]))
- C(SUN(sales[sales_amount]) - CALCULATE(SUM(sales[sales_amount]),
- DCALCULATE(SUH(sales[sales_amount]), SAMEPERIODLASTYEAR('Date'[DatelD])
Unlock PL-300 to see the answer
You've previewed enough free PL-300 questions. Unlock PL-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#DAX#Time Intelligence#Measures#Sales Growth