• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Power Query Conditional functions and #shared

Phattails

New Member
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?
 
Back
Top