Forum Discussion
Iterate over the Column [URLs] then replace that URL in Power Query source
- 3 years ago
Hi Anonymous
You could first transform the Query into a custom function which requires a parameter for the URL string, just like below. Let's call it fQuery.
Then go to the Table that has URLs, add a new column by invoking this custom function. Use URLs column for the File Parameter. This custom function will be invoked for every row in the table.
This is a more detailed document about Using custom functions in Power Query - Power Query
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi Anonymous
You could first transform the Query into a custom function which requires a parameter for the URL string, just like below. Let's call it fQuery.
Then go to the Table that has URLs, add a new column by invoking this custom function. Use URLs column for the File Parameter. This custom function will be invoked for every row in the table.
This is a more detailed document about Using custom functions in Power Query - Power Query
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.