I have a dataset.
1 order has 10 stages. each stage has a schedule date, completed date and status.
1 order has 1 row and 30 columns.
I am trying to unpivot to 1 order having 10 rows and 6 columns. I used 3 different unpivot tiles for it.
I built out the ETL but not sure why its taking forever to run.