Question: Basic Data Model Row Level Dimension Calculations Identify the row-level measure that would filter out a subset of sales using an attribute from the Payment
Basic Data Model Row Level Dimension Calculations
Identify the row-level measure that would filter out a subset of sales using an attribute from the Payment Dimension table.
() [Payment Type] = Cash
()If [Payment Type] <> VIP Voucher THEN [Sales] END
()If [Payment Type] = Cash THEN SUM([Sales]) END
()[Sales] = [Payment Type Cash]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
