Forum Discussion
manojk_pbi
Helper V
2 years agoData Extraction from web content
Hi, I have a use case wherein i am extracting data from OData.Feed. This will return me few data fields using which i will have to construct a web link and extract few more data fields. In f...
- 2 years ago
The workitem ID needs to go into the RelativePath parameter.
lbendlin
Super User
2 years agoYou need to try and present a static base URL to the Power BI service. Show a sanitized version of the Power Query code.
manojk_pbi
Helper V
2 years agoI am using below line, url is field name from the table having the web link to workitem
url looks like https://tfs.org.com//tfs/ProjectName/Collection/_apis/wit/workitems/256879
Table.AddColumn(#"Added Custom", "VSTS", each Json.Document(Web.Contents([url])))
- lbendlin2 years ago
Super User
The workitem ID needs to go into the RelativePath parameter.