Forum Discussion
Juarenga
6 years agoNew Member
DAX code - Disaggregates cummulative values
Hello all, I'm having trouble figuring out the right DAX coding here. I want to calculate a column that disaggregates the cummulative values which are the known values. For instance, my table has ...
Anonymous
6 years agoNot applicable
Juarenga
6 years agoNew Member
Thanks for your reply. I tryed to replacate your formula but all I get is the same content of "Orders_to_Date" column, see:
Please advise. Thanks.
- Anonymous6 years agoNot applicable
i have a similar issue, did you fix it?
- Anonymous6 years agoNot applicableEven though it's doable in DAX, you should do it in Power Query. This is where such calculations belong and are easy.
Best
D- Anonymous6 years agoNot applicable
yeah, i went back to power query and add a column with the date -1 day, after that i create another column with the data of that day and the column for the difference