Forum Discussion
apple43
1 year agoFrequent Visitor
Count within a baseline
Hi Community, I have following situation: I need to have a measure that gives me number of sales that are within specific baseline. See below an example: Seller Qty Product Countr...
GiuseppeMR
1 year agoFrequent Visitor
Hi ,
Try this:
Measure =
Calculate(
Sum(qty),
"Unit price" <= "baseline"
)