mdfariborz
New Member
- Joined
- Oct 8, 2024
- Messages
- 1
- Office Version
- 2019
Hi:
i use below Source URL for creating a table from web in power query ... i want add this url as a new column in my table result.
for example my url that i use is "https://abc.com/api/Index/12345677"
thanks for your help
i use below Source URL for creating a table from web in power query ... i want add this url as a new column in my table result.
for example my url that i use is "https://abc.com/api/Index/12345677"
Power Query:
let
Source = Json.Document(Web.Contents("https://abc.com/api/Index/12345677")),
indexB1 = Source[indexB1],
,
thanks for your help
Last edited by a moderator: