Change this to
With(
{
HearingDateValue: DateAdd(_firstDayInView, ThisItem.Value, TimeUnit.Days),
ReminderDateValue: DateAdd(_firstDayInView, ThisItem.Value, TimeUnit.Days)
} ,
Filter('Scheduler', 'Hearing Date' = HearingDateValue || 'Reminder Date' = ReminderDateValue)
)
As for the colors think of 2 things
1. The fill color and the font color (just called color) or you might not be able to read it.
I assuming you have 2 different text labels or whatever for the Dates? each one needs its own code, in its Fill, and in its Color Property
Just go to the Control in your Gallery that is the Hearing Date and change the Fill to whatever color you want and the Color (font) to whatever color
Do the same for Reminder Date control
So if you control is called HearingDateTextLabel
Click on the Control
click ont he Fill property
set to Color.Blue
click on the Color property
set to Color.White (or something readable)
Do the same for the hearing.
And done :-)