List of questions
Related questions
Question 327 - PL-300 discussion
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))
B.
CALCULATE ([Total Sales], DATESQTD (Date[Date]))
C.
TOTALQTD ([Total Sales], Date[Date])
D.
CALCULATE < [Total Sales], PARALLELPERIOO (Date[Date], 1, QUARTER))
Your answer:
0 comments
Sorted by
Leave a comment first