Forum Discussion
arendmario
Dec 17, 2018Copper Contributor
Structure Data as Time Series- Power Query
Hello, I am new in Power Query and I want to structure the following original data as a time series structure (I need to leave the values that do not have information in blank). Original data ...
- Dec 17, 2018
Hi,
You may pivot on names - value first table and merge it with second one using right outer join.
I assume months are defined in same way for both tables, here are as first date of each month - please see attached
SergeiBaklan
Dec 17, 2018Diamond Contributor
Hi,
You may pivot on names - value first table and merge it with second one using right outer join.
I assume months are defined in same way for both tables, here are as first date of each month - please see attached