Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, im tryinng to do a Loop to invoke a function with all values from other table as parameter (many times as necessary), to clarify:
I have this table with people ID:
and y have created my function to works with this ID's as parameter:
here is an example with the employee ID: 5894
So all i need to do is to generate a list than can automatically take all the values from the first table and one by one invoke the function and capture this data in the same query.
I tried to do my best with my english. Thank you very much for your help!
Solved! Go to Solution.
Hi @Anonymous ,
Can't you just add a new custom column to your employee number table and enter your function as the column calculation?
PQ would automatically use the employee number on each row to calculate.
And your English is great 🙂
Pete
Proud to be a Datanaut!
Hi @Anonymous ,
Can't you just add a new custom column to your employee number table and enter your function as the column calculation?
PQ would automatically use the employee number on each row to calculate.
And your English is great 🙂
Pete
Proud to be a Datanaut!
That works perfectly. Thank you very much!!!