Forum Discussion
stever78
Jun 27, 2022Brass Contributor
Get an extract of the source web address to appear in a power query
Hi, i would very much appreciate if anyone can help with something that i thought would have been possible but i am having no luck achieving it. i run a power query that gets data from the web from...
- Jun 27, 2022
You may extract city from URL as
city = Text.AfterDelimiter( getAddress04, "/", {0, RelativePosition.FromEnd} )
and add the value to custom column
stever78
Jun 27, 2022Brass Contributor
SergeiBaklan
Jun 27, 2022Diamond Contributor
You may extract city from URL as
city = Text.AfterDelimiter( getAddress04, "/", {0, RelativePosition.FromEnd} )
and add the value to custom column
- stever78Jun 27, 2022Brass Contributorthanks for reply sergie.
should i just open up the advanced editor in the power query and put your code in the next line at the bottom ?- stever78Jun 27, 2022Brass ContributorIve done it - thanks so much for you help segie !!!!!
- SergeiBaklanJun 27, 2022Diamond Contributor
stever78 , you are welcome.
Yes, that's with advanced editor.