Forum Discussion
Hierarchy output
im not sure if this would help :
go to power query ,
use the split by column feature :
you will have the following :
Again --> split by columns --> by delimiter -->
you will have the bfollowing :
last step :
select Map-2 column, --> split by columns --> by delimiter -->
final result :
if this is not what you are looking for , please share an example of the output you want .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Daniel29195 - COL1 and COL2 are the data present in input file where as "Map" is the output which i need to derive using COL1 and COL2.
Explanation - For example
1. XX1 is mapped to A1 (temp result XX1 : A1)
2. A1 is mapped to XX3 (temp result XX1, XX3 : A1)
3. A1 is mapped to XX3 (temp result XX1, XX3 : A1)
4. XX3 is mapped to A8 (temp result XX1, XX3 : A1, A8)
5. A8 is mapped to XX9 (temp result XX1, XX3, XX9 : A1, A8)