Forum Discussion

szczawek's avatar
szczawek
Frequent Visitor
1 year ago
Solved

Aggregated Table - no options to select reference table in Manage aggregations

Hello,   Hope it will be quick question but i can't find proper solution to it. I have a simple model with date and PROD as dim and Fact. Fact Agg is aggregation of two columns from Fact (Value, V...
  • lbendlin's avatar
    1 year ago

    The standard implementation is to use a direct query data source for the raw table and have the aggregation be in import mode.  The point of aggregations is to avoid having to go back to the data source for the most common queries.

     

    Most likely you will have to switch your tests to a SQL Server based data source.

  • lbendlin's avatar
    lbendlin
    1 year ago

    If your data source is in import mode only then aggregation tables don't make that much sense (apart from the queries performing differently between the main table and the shadow table).  You can still implement the concept, but it is like with non-folding incremental refresh - you will only see half of the intended benefits.