Forum Discussion
Anonymous
6 years agoNot applicable
Today-1 data for each record
Hi All, I have two columns date and values. I would like to generate a new column which will show previous days values. How can i achieve that? Thanks and Regards
- 6 years ago
Hi Anonymous
This could help:
Measure 3 = CALCULATE(MAX(Table1[Values]),FILTER(ALL(Table1),[Date]=MAX(Table1[Date])-1))
v-diye-msft
Community Support
6 years agoHi Anonymous
This could help:
Measure 3 = CALCULATE(MAX(Table1[Values]),FILTER(ALL(Table1),[Date]=MAX(Table1[Date])-1))
- Anonymous6 years agoNot applicable