Forum Discussion
jonathan-levy
8 years agoNew Member
workitem parent parent
Hi I'm trying to get the grand parent of a work item in VSTS. So I want to get the epic work item from a user story but it's giving me this error: The query specified in the URI is not valid....
Anonymous
8 years agoNot applicable
jonathan-levy,
Which URL do you put in the ODATA entry of Power BI Desktop? As stated in the article you mentioned, it is recommended that you use explicit entity addressing. There is an example below.
https://{account}.analytics.visualstudio.com/_odata/v1.0/WorkItems?
$filter=WorkItemId eq {id}
&$select=WorkItemId, Title
Regards,
Lydia