Microsoft Power BI Data Analyst PL-300 Question # 61 Topic 7 Discussion

Microsoft Power BI Data Analyst PL-300 Question # 61 Topic 7 Discussion

PL-300 Exam Topic 7 Question 61 Discussion:
Question #: 61
Topic #: 7

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

PL-300 Question 61

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]))


Get Premium PL-300 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.