Understand relation between Time hierarchy vs Cache in SSAS MOLAP Cube

koppula 21 Reputation points
2023-02-20T08:17:14.2933333+00:00

Dear Experts,

would like to understand the relation between Time Hierarchy vs SSAS Cube Cache.

My cube is having time hierarchy as per below.

Year >>> Quarter >>> Month.

Whenever I query the SSAS Cube from excel, first time it takes 12 secs to fetch the data for 1 year (month wise) and next time onwards it will take 2 secs and reusing the cache. Which is good. Now the challenge I am facing if user select year 2022 and one quarter from 2023, the cache is not at all working, every time it's taking 18 secs to fetch the data, it's like any 1 or 2 full years and quarter from other year, it's not reusing cache. Is there any way to fix this?Screenshot 2023-02-20 134409

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-02-20T08:26:55.9733333+00:00

    would like to understand the relation between Time Hierarchy vs SSAS Cube Cache.

    "Time hierachy" is just a business logic, beside it's a dimension as every else.

    Have you create aggregations on the facts?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.