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))
Anonymous
6 years agoNot applicable
Dear Anonymous
I hope the following link will help you
https://community.powerbi.com/t5/Desktop/Previous-date-values/td-p/134347
Regards,
Munna