Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am using
https://dev.azure.com/{organization}/{project}/_apis/build/builds/{Buildid}/workitems?api-version=6.... to get WorkItemID and and then I need to loop through the results to get Work Item Details from https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{WorkItemID}?api-version=6.0
How can I achieve this?
Solved! Go to Solution.
Hi, I have figured out what to do.
Created a Custom column that will call a Function which will fetch the details from the child API.
Reference :https://satalyst.com/power-query-creating-a-parameterized-function-in-m/
Hi, I have figured out what to do.
Created a Custom column that will call a Function which will fetch the details from the child API.
Reference :https://satalyst.com/power-query-creating-a-parameterized-function-in-m/
Hi @newbiekp
not sure, could you add more details about your question?
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.