Forum Discussion
808
3 years agoNew Member
M-Code looping
Im struggling to get a grip of Power Query. I've been trying to run all the tables (tables with the same structure btw) from sheet1 through one Power Query-question. I suspect it might be possible wi...
Greg_Deckler
3 years agoCommunity Champion
808 You likely want to write a function in Power Query that you can call for each of your tables. There is no real "looping" in Power Query. There is recursion.
808
3 years agoNew Member
Hey Greg! I really appreciate you taking the time to clarify that for me. Thank you!