Forum Discussion
Anonymous
2 years agoNot applicable
Adding Commas to Text
Hello, My data source is a SharePoint list and I want to add a comma within a text column so that it be cleanly split by a delimiter. This is how the text appears in some of the rows: BaCLH-20LH...
- 2 years ago
Anonymous , I power query use Split by position, multiple times with 3,4,4 and the create columns. If needed append them again
https://learn.microsoft.com/en-us/power-query/split-columns-positions
For visual you can also consider this approach after splitting and combine
Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
https://medium.com/@amitchandak/power-bi-search-text-parts-in-text-ad2f9783ffa2
Ahmedx
2 years agoSuper User
Is this what you are looking for?
- Anonymous2 years agoNot applicable
Yes, that what I am looking for. I was able to get a simliar result through changing the three-letter aspect into a four-letter one briefly and then reverting once the columns were split.
- Ahmedx2 years agoSuper User
pls try this