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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
stribor45
Post Prodigy
Post Prodigy

Execute n times

This code works for me fine but as I can not hard code n and i would know it from "some other code" how would I make this into a loop that would run n times?

 

//some other code
in
     result1,
     a = Query1{0}[list],
     b = Query1{1}[list],
     ......
     n = Query1{n}[list]
     c = List.Combine({a,b,...n})
in 
     c

 

 

 

1 ACCEPTED SOLUTION
dufoq3
Super User
Super User

What about this? Just change Number 100 to your n value - it can be stored also in [Column1] for example, so replace 100 with [Column1] if you add this as custom column.

 

 

= List.Combine(List.Transform({0..100}, (n)=> Query1{n}[list]))

 

 


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

View solution in original post

4 REPLIES 4
dufoq3
Super User
Super User

What about this? Just change Number 100 to your n value - it can be stored also in [Column1] for example, so replace 100 with [Column1] if you add this as custom column.

 

 

= List.Combine(List.Transform({0..100}, (n)=> Query1{n}[list]))

 

 


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

just realized that my n is in //some other code  and not accessible in that part of the code

If you mean in other query - in that case it is accessible.


Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

it is inside Query1 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 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.