Forum Discussion
M-Code "Table.buffer"
- 6 years ago
Hi Anonymous ,
Did you find the info you need? The use of Table.Buffer can require quite a bit of trial and error to get right and really does vary from query to query. Firstly, in the code you posted, you need to move the Table.Buffer inside the "="
//Change this... Table.Buffer(Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content]), //To this... Source = Table.Buffer(Excel.CurrentWorkbook(){[Name="Table1"]}[Content])),Secondly, and perhaps more importantly, that may not be the right step to introduce the buffer. If you can post more complete code you might make it easier for others to assist.
Regards,
Kim
Hi Anonymous ,
If you want to know the table.buffer' s function, you could refer to Improving Power Query Calculation Performance With List.Buffer() and Performance tip for List.Generate (1): Buffer your tables in Power BI and Power Query for details.
If you want to to combine two files, please inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
I was looking for solution for getting refresh my query in power query and Power BI Dataflow.
i found this M-coad to be used but as i am not much familier with M-code that why i reach at super users