Hi Lawrence,
If you look at
sessionsperdate // Normal // Values // InputForm
you will notice that the value associated with each date is a String
. That explains the empty plot. One way to convert to numeric
(sessionsperdate // Normal // Values) /. {d_, v_} :> {d, ToExpression@v} // DateListPlot
