Hi,
I am beginning in power Query in Excel.
I have a general issue is the speed of refresh. I have something very basic code like :
to get Source1 which is a small table of 50 lines and 6 columns, sometimes it is immediate, sometimes it take 2-3 minutes, even more to get the refreshed data list.
I have a new labtop i7 64bit, 16GoRAM, should be enough! Is there some Excel/Windows options to fine tuned ? Did I miss something?
Thanks!
I am beginning in power Query in Excel.
I have a general issue is the speed of refresh. I have something very basic code like :
VBA Code:
Source1 = Excel.CurrentWorkbook(){[Name="tblprofit"]}[Content],
#"Filtered Rows1" = Table.SelectRows(Source1, each ([Sales organisation] <> null) and ([Import] = "X")),
to get Source1 which is a small table of 50 lines and 6 columns, sometimes it is immediate, sometimes it take 2-3 minutes, even more to get the refreshed data list.
I have a new labtop i7 64bit, 16GoRAM, should be enough! Is there some Excel/Windows options to fine tuned ? Did I miss something?
Thanks!