worngvalues
1 TopicTotal 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 Result1.3KViews0likes5Comments