Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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!!!