SQL 2014
We have a 5 MB tabular database, with 10 partitions and about 25,000 records per partition. We're accessing this db from Excel and using slicers to view/filter the data. We're seeing what we think is slow performance in Excel, and I want to reach out to the experts to see if it is indeed slow, and if there is something we can do about it, or if the performance is what we should expect. When we click on a filter, Payroll Date, it takes about 2 seconds for Excel to run the OLAP query and change the data. I've profiled the SQL part and know it only takes about 250ms for SQL to do it's part. So my question is about the other 1.75 seconds. Is this as good as it gets, or are there other things we can do to improve the performance in Excel? Our performance is essentially the same if we're inside our network or outside, VPN'd in. This is our first experience with Tabular and Excel, so any tips are appreciated.
Thanks in advance.
André