Forum Discussion
roxanahd1993
2 years agoNew Member
Acumulado
Buenas tardes necesito apoyo para cálcular el acumulado de una medida, ya hice el cálcula y arrojo los datos correctos pero al hacer un nuevo acumulado con otra medida los valores que arroja no son l...
Anonymous
2 years agoNot applicable
Hi roxanahd1993 ,
We can try to simplify your code a little bit, because due to the application of calculatetable and isonorafter it is possible to cause errors in the contextual termination or accumulation logic.
MEI Plant Acum(Copy) =
CALCULATE(
SUM('Fecha'[MEI Plant1]),
FILTER(
ALLSELECTED('Fecha'),
'Fecha'[Mes#] <= MAX('Fecha'[Mes#])
)
)
It is also possible that my data is too simple to fulfil your needs, you can upload some example data or PBIX files that might be helpful in solving your problem!
I hope that my solution will solve your problem and I will be extremely proud if it does!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.