That would be great. I have no experience with jsonata (yet :-))
[CODE QUERY 1: Greenchoice (Power supplier):
[{"time":"1970-01-01T00:00:00.000Z","sum":472,"month_nb":"01","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":421,"month_nb":"02","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":215,"month_nb":"03","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-50,"month_nb":"04","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-62,"month_nb":"05","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-17,"month_nb":"06","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":38,"month_nb":"07","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":152,"month_nb":"08","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":143,"month_nb":"09","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":322,"month_nb":"10","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":21,"month_nb":"11","year":"2020"}]
[CODE QUERY 2: New Motion (Car Charger):
[{"time":"1970-01-01T00:00:00.000Z","sum":271.28,"month_nb":"01","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":368.09,"month_nb":"02","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":200.17000000000002,"month_nb":"03","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":115.49,"month_nb":"04","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":196.45999999999998,"month_nb":"05","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":155.5,"month_nb":"06","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":156.97,"month_nb":"07","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":233.19,"month_nb":"08","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":151.24,"month_nb":"09","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":148.55,"month_nb":"10","year":"2020"}]
[CODE QUERY 3: JOIN Greenchoice (power supplier)+ New Motion (Car Charger):
{"newmotion":[{"time":"1970-01-01T00:00:00.000Z","sum":271.28,"month_nb":"01","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":368.09,"month_nb":"02","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":200.17000000000002,"month_nb":"03","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":115.49,"month_nb":"04","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":196.45999999999998,"month_nb":"05","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":155.5,"month_nb":"06","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":156.97,"month_nb":"07","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":233.19,"month_nb":"08","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":151.24,"month_nb":"09","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":148.55,"month_nb":"10","year":"2020"}],"greenchoice":[{"time":"1970-01-01T00:00:00.000Z","sum":472,"month_nb":"01","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":421,"month_nb":"02","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":215,"month_nb":"03","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-50,"month_nb":"04","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-62,"month_nb":"05","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":-17,"month_nb":"06","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":38,"month_nb":"07","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":152,"month_nb":"08","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":143,"month_nb":"09","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":322,"month_nb":"10","year":"2020"},{"time":"1970-01-01T00:00:00.000Z","sum":21,"month_nb":"11","year":"2020"}]}