Sum of 2 values which one sometimes is null/empty

I believe you can use the fill() function:

|> fill(column: "power_from_pv", value:0)
1 Like