Riddlessaffa
New Member
- Joined
- Sep 9, 2016
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Hi,
I have a sheet of data with half hourly (i.e. 00:00; 00:30; 01:00 etc) listed in the top row and the date in the fist colum with a kWh value in the corresponding cell. Is there a way I can combine the the date and the half hourly value to make all the date and times be listed in one colum and the corresponding kWh in the next colum?
This is how it currently looks:
This is how I need it to look:
I have a full 2 years worth of data to do. Is there a way to do it using Power Query. I tried but couldn't figure it out.
Thanks
I have a sheet of data with half hourly (i.e. 00:00; 00:30; 01:00 etc) listed in the top row and the date in the fist colum with a kWh value in the corresponding cell. Is there a way I can combine the the date and the half hourly value to make all the date and times be listed in one colum and the corresponding kWh in the next colum?
This is how it currently looks:
Date | 00:00 | 00:30 | 01:00 | 01:30 | 02:00 | 02:30 |
01/10/2022 | 79 | 77 | 78 | 77 | 77 | 78 |
02/10/2022 | 88 | 90 | 87 | 73 | 75 | 72 |
03/10/2022 | 88 | 89 | 82 | 75 | 92 | 88 |
This is how I need it to look:
Date Time | kWh |
01/10/2022 00:00 | 79 |
01/10/2022 00:30 | 77 |
01/10/2022 01:00 | 78 |
01/10/2022 01:30 | 77 |
01/10/2022 02:00 | 77 |
01/10/2022 02:30 | 78 |
I have a full 2 years worth of data to do. Is there a way to do it using Power Query. I tried but couldn't figure it out.
Thanks