Refer to the exhibit. You have a Power BI measure defined as shown. What does this measure return?
CALCULATE with filter on Channel='Online'.
Why this answer
Option A is correct. The CALCULATE function evaluates the SUM of Amount for rows where Channel is "Online". Option B is wrong because it sums all sales.
Option C is wrong because it sums Amount per product, not total. Option D is wrong because it counts rows.