Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
francisthe63
Helper I
Helper I

Call a function in a List of tables

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

1 ACCEPTED SOLUTION
jennratten
Super User
Super User

Hello @francisthe63 - 

You can invoke a table function on a list of tables like this:

List.Transform ( ListOfTables, each Myfunction(_[Index]) )

View solution in original post

1 REPLY 1
jennratten
Super User
Super User

Hello @francisthe63 - 

You can invoke a table function on a list of tables like this:

List.Transform ( ListOfTables, each Myfunction(_[Index]) )

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.