You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/capacity-tariff.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ select
7
7
month_name,
8
8
month_name_short,
9
9
month_peak_12month_avg as month_peak_12month_avg_kwh3,
10
-
month_start_date
10
+
month_start_date,
11
+
month_peak_timestamp as month_peak_timestamp_hm,
12
+
month_peak_timestamp_end as month_peak_timestamp_end_hm
11
13
from mrt_capacity_tariff
12
14
```
13
15
@@ -23,14 +25,16 @@ select
23
25
*
24
26
from ${mrt_capacity_tariff}
25
27
order by month_start_date desc
26
-
limit 4
28
+
limit 6
27
29
```
28
30
29
-
The current (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_short/>) monthly peak is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3/>**. The change over last month (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_shortrow=1/>) is **<Valuedata={mrt_capacity_tariff_last_months}column=pct_change_pct1/>** as we then had <Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3row=1/>.
31
+
The current (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_short/>) monthly peak is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3/>**.
32
+
33
+
The change over last month (<Valuedata={mrt_capacity_tariff_last_months}column=month_name_shortrow=1/>) is **<Valuedata={mrt_capacity_tariff_last_months}column=pct_change_pct1/>** as we then had <Valuedata={mrt_capacity_tariff_last_months}column=month_peak_value_kwh3row=1/>.
30
34
31
35
The average monthly peak for the last 12 months is **<Valuedata={mrt_capacity_tariff_last_months}column=month_peak_12month_avg_kwh3/>**.
32
36
33
-
Here are the monthly peaks for the last 4 months:
37
+
Here are the monthly peaks for the last 6 months:
34
38
35
39
{#each mrt_capacity_tariff_last_months as month_row}
0 commit comments