ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 327 - PL-300 discussion

Report
Export

You have a Power Bl model that contains the following data.

The Date table relates to the Sales table by using the Date columns.

The model contains the following DAX measure.

Total Sales = SUM(Sales[Sale])

You need to create another measure named Previous Quarter to display the sales one quarter before the selected period.

Which DAX calculation should you use?

A.

CALCULATE < [Total Sales], OATEADD (Date[Date], -1, QUARTER))

Answers
A.

CALCULATE < [Total Sales], OATEADD (Date[Date], -1, QUARTER))

B.

CALCULATE ([Total Sales], DATESQTD (Date[Date]))

Answers
B.

CALCULATE ([Total Sales], DATESQTD (Date[Date]))

C.

TOTALQTD ([Total Sales], Date[Date])

Answers
C.

TOTALQTD ([Total Sales], Date[Date])

D.

CALCULATE < [Total Sales], PARALLELPERIOO (Date[Date], 1, QUARTER))

Answers
D.

CALCULATE < [Total Sales], PARALLELPERIOO (Date[Date], 1, QUARTER))

Suggested answer: A
asked 05/10/2024
mahdis khaledi
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first