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
- Juarenga6 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
Anonymous
PREVIOUSDAY is a time-intel function and works correctly only on proper Date tables, not on any arbitrary tables.
Best
D