Multiple Choice Difficult

QWhich DAX expression would most likely be used to calculate a percentage of total sales?

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

Select All That Apply

Tick every correct option, then press Check Answer.

  • A SUM(Sales[Amount])
  • B COUNTROWS(Sales)
  • C DIVIDE(SUM(Sales[Amount]), CALCULATE(SUM(Sales[Amount]), ALL(Sales)))
  • D DISTINCTCOUNT(Sales[Amount])
Correct Answer

Explanation

Option C is correct because it divides the current sales value by the overall sales value after removing filters using ALL(). This is a common pattern for calculating percentage contribution to the total. Option A returns only total sales. Option B counts rows rather than calculating percentages. Option D counts unique values and is unrelated to percentage-of-total calculations.

Share This Question

Challenge a friend or share with your study group.