Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Incorrect grand total and performance issue

First I use the following measure   3 M avg Switch = var cost = SUM ( DimCost[Actual Price] ) *[3 M avg RD QTY] RETURN IF ( [Selected view] = 1, [3 M avg RD QTY], ROUND (cost, 0 ) ) ...