Forum Discussion
erhan_79
6 years agoPost Prodigy
Need help ith formula
Hi there ; i need your kind support to calculate below issue on my report ; i have a table which one's name is Table A as below at left , i would like to calculate day by day increasing of...
- 6 years ago
Please try below measure to create a new table.
Table 3 = SUMMARIZE('Table (2)','Table (2)'[reportdate],'Table (2)'[salesgroup],"amount",CALCULATE(sum('Table (2)'[Amount]),FILTER(ALLEXCEPT('Table (2)','Table (2)'[salesgroup]),'Table (2)'[reportdate]<=EARLIER('Table (2)'[reportdate]))))hope this is helpful.
ryan_mayu
6 years agoSuper User
Please try below measure to create a new table.
Table 3 =
SUMMARIZE('Table (2)','Table (2)'[reportdate],'Table (2)'[salesgroup],"amount",CALCULATE(sum('Table (2)'[Amount]),FILTER(ALLEXCEPT('Table (2)','Table (2)'[salesgroup]),'Table (2)'[reportdate]<=EARLIER('Table (2)'[reportdate]))))hope this is helpful.