Forum Discussion
Pinky0404
8 years agoHelper III
split by delimiter
Hi, I am new to Power BI and wanted to know ,how can i split a text column that has few host names as Ip addresses with port number separated by colon and few hosts with the website address. Eg: 1...
- 8 years ago
Use Replace Values to replace the text :// with for example ###. Then split the column with : as delimiter, followed by replacing ### back to ://.
erik_tarnvik
8 years agoSolution Specialist
Use Replace Values to replace the text :// with for example ###. Then split the column with : as delimiter, followed by replacing ### back to ://.
- Pinky04048 years agoHelper III
Excellent. Thank You it worked.