I have an excel table in the following format.
ID Date1 Date2 Date3
1 1/1 1/2 1/3
2 1/2 1/3 1/1
3 1/3 1/2 1/4
Is there a way to change it into this format?
ID Date
1 1/1
1 1/2
1 1/3
2 1/2
2 1/3
2 1/1
3 1/3
3 1/2
3 1/4
I'm open to using VBA, PowerQuery, PowerPivot, data model, etc. Is there a technical term I should use when searching for answers to this problem (normalizing, transforming, etc).
Thanks for any help.

