Which DAX expression should you use?

You have a sales system that contains the tables shown in the following table.

The Date table is marked as a date table.
DatelD is the date data type. You need to create an annual sales growth percentage measure.
Which DAX expression should you use?
A. SUM(sales[sales_amount]) – CALCULATE(SUM(sales[sales_amount]),
SAMEPERIODLASTYEAR(‘Date'[DateID])
B. (SUM(‘Sales'[sales_amount]) – CALCULATE(SUM(‘Sales'[sales_amount]), SAMEPERIODLASTYEAR(‘Date'[DateID])))
/ CALCULATE(SUM(‘Sales'[sales_amount]), SAMEPERIODLASTYEAR(‘Date'[DateID]))
C. CALCULATE(SUM(sales[sales_amount]), DATESYTD(‘Date'[DateID]))
D. CALCULATE(SUM(sales[sales_amount]), SAMEPERIODLASTYEAR(‘Date'[DateID]))

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.