Conditional Power Query formulas

phattails

New member
Joined
Jan 19, 2016
Messages
4
Reaction score
0
Points
0
Excel Version(s)
Office 365 pro plus
Let's say that I have multiple queries that I want to only run if a condition is present in my parameter table. So, I decide to create functions from my queries with the idea of creating another function that invokes the relevant queries if the condition is present. With that being said, I have another Query that returns a table (let's call this table Relfunctions) of the functions and their names that I want to run given my conditions indicated in my parameter table. So here's my question: how do I use table Relfunctions to invoke these individual functions? Can you think of a better way to set this up?

Thanks,
PT
 
Back
Top