Hi Dawood,
What's the backend database?
If it's Oracle, create his Previous Day filter in the universe using the below formula in Where Clause:
TableName.DateColumn = Sysdate -1
Sysdate is a function that gives the current or system date and -1 will reduce one day, so it gives us yesterday's date.
Thanks,
Mahboob Mohammed