Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Total value wrong in table

Hi all!!

I have this meansure bellow, when this mensure is in line is write, but the total value is wrong.

Someone know how could I do this ??

Thank so much,

VAR MaxDate = MAX(fEstoque[OrderDate])
VAR Result =

CALCULATE(
[Desvio Consumo] * [Custo Standard],
fMovimentacoes[OrderDate]<=MaxDate,
ALL( fMovimentacoes[OrderDate])
)

Return
Result

5 Replies