Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have a complex subject
I have a table (A) like this :
Index
1
2
3
4
5
In this table I call a function in add custom column like this : Myfunction([Index])
I have a new query that is a list and with many tables with the aspect of table (A)
List
[Table]
[Table]
[Table]
Each table have the column Index
How to call the function in the list of table without expand the list ?
Thank you in advance
Solved! Go to Solution.
Hello @francisthe63 -
You can invoke a table function on a list of tables like this:
List.Transform ( ListOfTables, each Myfunction(_[Index]) )
Hello @francisthe63 -
You can invoke a table function on a list of tables like this:
List.Transform ( ListOfTables, each Myfunction(_[Index]) )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 5 | |
| 3 |