Compare data on the same Panel for two time Range

Hi @goodold

OK, this is not a perfect solution, but will hopefully get you started…

In the graph below, I am plotting daily energy usage from 01-Dec to 31-Jan:

Adding these two statements will give you the month-over-month view. More here.

  |> window(every: 1mo)
  |> experimental.alignTime(alignTo: 2021-12-01T00:00:00Z)

You will notice that the start of the graph begins with 30-Nov and for some reason does not have two series displayed for the 30th & 31st. Maybe @ldrascic or @yosiasz can tell me / us why.