Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Above attached is the column of address and that is the only column i have in my database.
I want to split the column by country, state and city. Since the values are not properly merged i do not understand how to seperate the columns. Please help. Thanks in advance!
Solved! Go to Solution.
@hello_MTC , Based on my obervation.
First Create a new column
Text.Combine(List.Reverse(Text.Split([Address], ",")), ",")
//I am assuming this will country, state, city, Address order
And then Split by delimiters into column into 4/5 columns as suggested by @jaipal
@hello_MTC Open Power Query Editor, Select column and Click on Split Column, choose By Delimiter
You wil get the columsn as below:
And rename the columns
Thank you for your reply, You can see not all the rows have unique. Some has address,city,state and country and some has only city,state and country.
I need only City, State and Country.
@hello_MTC , Based on my obervation.
First Create a new column
Text.Combine(List.Reverse(Text.Split([Address], ",")), ",")
//I am assuming this will country, state, city, Address order
And then Split by delimiters into column into 4/5 columns as suggested by @jaipal
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |