Forum Discussion
rashidanwar
2 years agoAdvocate II
Power Query custom function to loop over multiple tables and do the required transformation
Hi Everyone, I have multiple tables (Around 10) in Power Query and I want to do some transformation to all the Tables. Say I want to add a custom column to all the tables. I want a custom func...
- 2 years ago
Yeah, no. You cannot inject transforms into queries from the outside. You need to do these transforms in each of the queries, or follow my approach and then use references.
rashidanwar
2 years agoAdvocate II
Thank you lbendlin for all the information.