Forum Discussion
RingoSun
Helper II
4 years agoSplitting a text in a column
Inside a column I have values such as: Column Test Nice Product Test 1 Product Test 2 Good Product Test 3 Product I want to do the splitting inside the same column (I don't wa...
- 4 years ago
I have tried to use certain transfomations in Power query, Please let me know if this is what you are looking for.
I will try to explain the working later:
https://drive.google.com/file/d/1oweJyDKNJ5JqK6UNTIrWxPRCUhyb7fFX/view?usp=sharing
RingoSun
Helper II
4 years agoI've been trying to experiment with that option but I just cant seem to get my desired output
- jaipal4 years ago
Resolver III
RingoSun because rows has data with many spaces. You can try Ashish_Mathur 's solution or you can try with DAX something like:
column= Left/right('table[column]', 6]