johnny51981
Active Member
- Joined
- Jun 8, 2015
- Messages
- 409
Howdy!
Since I see update speed benefit in it, I typically use Table.Buffer in all of my queries by wrapping the very last line.
Example
However, when someone else uses the same template file on their machines, the queries won't refresh. All source files are correctly link, as this has been set up in a dynamic fashion. So there's no issue with that.
What settings must one have updated to allow for the Table.Buffer to, at least, not prevent the refresh to occur?
Any help would be greatly appreciated.
Since I see update speed benefit in it, I typically use Table.Buffer in all of my queries by wrapping the very last line.
Example
Power Query:
Source = #"My Data"
in
Table.Buffer(Source) as table
However, when someone else uses the same template file on their machines, the queries won't refresh. All source files are correctly link, as this has been set up in a dynamic fashion. So there's no issue with that.
What settings must one have updated to allow for the Table.Buffer to, at least, not prevent the refresh to occur?
Any help would be greatly appreciated.