I am familiar with the concept of seeding the cache for reports by scheduling them via an agent job and sending them to the BI cache. However, how would one go about caching a report that is meant for drill-down purposes? so basically, the columns in the report are dynamic based on the user's drill down path. It starts up top at a higher aggregation and goes down dimension levels from there. Since there's a couple different drill down columns, the combinations could be a large # so there isn't a way to take just the 1 report and seed it ahead of time. Is there any way to cache something like this?