Question: Your computer rental dataset includes columns for StartTime, EndTime, and PerHourRate. What two DAX functions could you use to calculate the total earned for rentals?
- DATEDIFF and SUM
- DATEDIFF and SUMX
- TIMEDIFF and SUM
- TIMEDIFF and SUMX
Answer: The correct answer of the above question is Option B:DATEDIFF and SUMX