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?

  1. DATEDIFF and SUM
  2. DATEDIFF and SUMX
  3. TIMEDIFF and SUM
  4. TIMEDIFF and SUMX

Answer: The correct answer of the above question is Option B:DATEDIFF and SUMX