Multiple Choice Difficult

QA report contains a measure: Total Sales = SUM(Sales[Amount]). A user applies a filter for Year = 2025. What will happen?

ID: #25389 Introduction to Power BI 2 views
Question Info
#25389Q ID
DifficultDifficulty
Introduction to Power BITopic

Select All That Apply

Tick every correct option, then press Check Answer.

  • A The measure will calculate sales only for records matching the filter.
  • B The measure will ignore the filter automatically.
  • C The measure will return all years' sales.
  • D The measure will stop working.
Correct Answer

Explanation

Option A is correct because Measures are evaluated within the current filter context. When Year 2025 is selected, the SUM calculation will be performed only on records belonging to 2025. This dynamic behavior is a key difference between Measures and Calculated Columns. Options B, C, and D contradict how DAX measures work.

Share This Question

Challenge a friend or share with your study group.