Forum Discussion
Anonymous
5 years agoNot applicable
Spliting rows with spicific columns
Hello Everyone and thank you in advance for your help, I'm struggling with this problem, here's an example: I manage to split the rows using M but I can't find a way to make the split...
- 5 years ago
Hi Anonymous ,
- Check the column "Row" and unpivot other columns
- Check the resulting "Attribute"-column and extract the first 3 characters from it
- Pivot that new column with "Values" in the values-section
ImkeF
5 years agoCommunity Champion
Hi Anonymous ,
- Check the column "Row" and unpivot other columns
- Check the resulting "Attribute"-column and extract the first 3 characters from it
- Pivot that new column with "Values" in the values-section
Anonymous
5 years agoNot applicable
I managed to make it work! I was extracting just the first 3 letters of the column instead of splitting it!
Thank you so much! This will save me a ton of time!