Forum Discussion
LastDate minus 1
- 9 years ago
Hello there. Even I didn't understand the cumulative part, i think this can help.
Recipe = CALCULATE(SUM('Table'[NumberRecipe]); DATEADD(LASTDATE('Table'[Date]); -1;DAY))
Regards,
Hello there. Even I didn't understand the cumulative part, i think this can help.
Recipe = CALCULATE(SUM('Table'[NumberRecipe]); DATEADD(LASTDATE('Table'[Date]); -1;DAY))
Regards,
Hello, this function works but only on a separate object, on a graph that has the company size as an example, it takes the maximum date minus one of each company. Ex - Company x has last move day 09-06-2017 and company y has last on 08-06-2017 when playing the function of maximum date in this chart he picks up 9 in company x and 8 in company y. But the right thing is to take the last date ... day 9. the same logic of maximum date-1.