Bird
0
0

Given this DAX measure:

medium📝 dax lod result Q4 of 15
Power BI - Basics and Architecture
Given this DAX measure:
Total Quantity = SUM(Orders[Quantity])
What will be the result if the Orders table has 3 rows with Quantity values 5, 10, and 15?
A30
B3
C15
DError
Step-by-Step Solution
Solution:
  1. Step 1: Understand the SUM function

    SUM adds all values in the specified column.
  2. Step 2: Calculate the sum of Quantity values

    5 + 10 + 15 = 30 total quantity.
  3. Final Answer:

    30 -> Option A
  4. Quick Check:

    SUM of quantities = 30 [OK]
Quick Trick: SUM adds all numbers in the column [OK]
Common Mistakes:
  • Choosing count of rows instead of sum
  • Picking max value instead of sum
  • Assuming syntax error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes