Forum Discussion
Pinky0404
Helper III
8 years agosplit 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
Solution Specialist
8 years agoUse Replace Values to replace the text :// with for example ###. Then split the column with : as delimiter, followed by replacing ### back to ://.
Pinky0404
Helper III
8 years agoExcellent. Thank You it worked.