You could add to all measure if statement^
1. if(value_today - valye_yesterday <=0, value_yesterday)
2. if(value_today - valye_yesterday <=0, value_today)
3. if(value_today - valye_yesterday <=0, value_today - valye_yesterday )
and hide null values in dimension (first row in table have check box on/off null values)
than in table will be only measure with value_today - valye_yesterday <=0