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
- SergeiBaklanJun 27, 2022Diamond Contributor
You may extract city from URL as
city = Text.AfterDelimiter( getAddress04, "/", {0, RelativePosition.FromEnd} )
and add the value to custom column