Forum Discussion
RPAI2812
4 years agoHelper I
Reorganizing data
Hi, I wanted some help to rearrange my table in Power Query 🙂 Currently, I have one column for each initial and end date for three different trips. Person Start Trip 1 End Trip 1 Start T...
- 4 years ago
Yes it's an Unpivot (all date columns).
Split the resulting column (by Space as far right as possible)-> that gets the numbers into a column.
Then Pivot the 'Start Trip'/End Trip' Column with Don't Aggregate
HotChilli
4 years agoCommunity Champion
Yes it's an Unpivot (all date columns).
Split the resulting column (by Space as far right as possible)-> that gets the numbers into a column.
Then Pivot the 'Start Trip'/End Trip' Column with Don't Aggregate