I'm using the following expression to pull a default date from yesterday:
=DateAdd("d",-1,Today())
The business requirements changed and now they want to see yesterday AND today. Is it possible to add onto this expression to include yesterday and today?