Hi All,
Below is sample data, were I'm trying to achieve sum of previous day/date;

For e.g. on today's date i.e. if it's Jul'12, I should get a sum of previous date i.e. of Jul'11, which will be
On tomorrow's date, I should get a sum of Jul'12 i.e.
I tried with relative day filtering (in the last 1 day), but it is not giving a sum of today's date.
See below: for Card 1, I used below measure:
Previous Day Amount = CALCULATE(SUM(Tracker[Amount]),PREVIOUSDAY(Tracker[Date ])) - which is giving blank
for Card 2 - I used Relative date. If I say in the last 1 day, i still get a blank and if we say in the last 2 days, so I get the appropriate value.

Please advise. Thanks! as always.
------------------------------
Prem Guru
------------------------------