Bird
0
0

Given this table:

medium📝 dax lod result Q13 of 15
Power BI - Data Cleaning with Power Query
Given this table:
Product | Month | Sales
A       | Jan   | 100
A       | Feb   | 150
B       | Jan   | 200
B       | Feb   | 250

If you pivot the 'Month' column with 'Sales' as values and sum aggregation, what will be the value in the 'Feb' column for Product B?
A150
B100
C350
D250
Step-by-Step Solution
Solution:
  1. Step 1: Understand pivot operation on given data

    Pivoting 'Month' turns Jan and Feb into columns. Sales values are summed per Product.
  2. Step 2: Find Sales for Product B in Feb

    Product B has 250 sales in Feb, so the pivoted 'Feb' column for Product B is 250.
  3. Final Answer:

    250 -> Option D
  4. Quick Check:

    Sum of Sales for Product B in Feb = 250 [OK]
Quick Trick: Sum values per product after pivoting months [OK]
Common Mistakes:
  • Adding sales of Jan and Feb incorrectly
  • Mixing product sales values
  • Choosing the wrong aggregation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes