Forum Discussion
Tom_Y
Advocate II
2 years agoList.Buffer (Will it refresh automatically?)
Hi, I'm having these 3 lines in power query to get the column headers of multiple tables before I go back and expand them, so all columns in all tables are extracted. It's too slow until I add "List...
- 2 years ago
List.Buffer has no logic or meta data impact on your transforms, it "only" improves their performance.
You may also want to List.Buffer the column names.
lbendlin
Super User
2 years agoList.Buffer has no logic or meta data impact on your transforms, it "only" improves their performance.
You may also want to List.Buffer the column names.