Forum Discussion

Pinky0404's avatar
Pinky0404
Helper III
8 years ago
Solved

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...
  • erik_tarnvik's avatar
    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 ://.