DAX Introduction Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create Model Calculations with DAX

DAX Introduction Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following describes the primary difference between a Calculated Column and a Measure in DAX?

  2. 2

    If you want to calculate the total sales for the 'Red' color category regardless of the current slicer selection, which function should you use?

  3. 3

    Which DAX function is used to create a relationship between two tables that do not have a defined model relationship for the duration of a calculation?

  4. 4

    What is the result of the DAX expression: DIVIDE(SUM(Sales[Amount]), 0, 0)?

  5. 5

    When using the CALCULATE function, what happens if you provide multiple filter arguments?