K KiKi Member Sep 8, 2015 #1 I have PT in excel fetching data from SQL Server. It bring millions of rows. When i place filter it's fast but removing one filter approximate takes 1 hr. Any reason why so?> and what is the workaround for it. any help will be appreciable. Thank You!!
I have PT in excel fetching data from SQL Server. It bring millions of rows. When i place filter it's fast but removing one filter approximate takes 1 hr. Any reason why so?> and what is the workaround for it. any help will be appreciable. Thank You!!
Chihiro Excel Ninja Sep 8, 2015 #2 Toggling filter/visibility in Pivot Table is Volatile action. Given your data size, it is going to take a long time. Better method is to design Data Query with built-in filter (SQL Statement) for desired output.
Toggling filter/visibility in Pivot Table is Volatile action. Given your data size, it is going to take a long time. Better method is to design Data Query with built-in filter (SQL Statement) for desired output.
jeffreyweir Active Member Sep 8, 2015 #3 Yes, you really should run a parameterized query, so that SQL is doing all the heavy number crunching. These links may help. http://datapigtechnologies.com/blog/index.php/passing-multiple-values-to-one-parameter/ http://datapigtechnologies.com/blog/index.php/running-an-access-parameter-query-from-excel/
Yes, you really should run a parameterized query, so that SQL is doing all the heavy number crunching. These links may help. http://datapigtechnologies.com/blog/index.php/passing-multiple-values-to-one-parameter/ http://datapigtechnologies.com/blog/index.php/running-an-access-parameter-query-from-excel/