Forum Discussion
Transformation for this table type
- 3 years ago
Anonymous
you can do the same say
then you can split the column to get year and month
pls see the attachment below
Anonymous
select first column and unpivot other columns
you should get below output
pls see the attachment below
Hi ryan_mayu ,
I am able to do it if my Jan - April column does not include date.
But when i include date like Jan 2023, it does not work already.
- ryan_mayu3 years agoSuper User
could you pls sample data and what's the expected output? Since I didn't see year info in the screenshot you provided.
- Anonymous3 years agoNot applicable
Hi ryan_maju,
Sorry, i change my sample to add in the year as i left out previously..
This is the sample and I am trying to get something similar to you. However, when i unpivot and do the same, it does not align well.
After I unpivot Other Columns i will recieve something like this
- ryan_mayu3 years agoSuper User
Anonymous
you can do the same say
then you can split the column to get year and month
pls see the attachment below