Forum Discussion
Aggregated Table - no options to select reference table in Manage aggregations
- 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.
- 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.
So in general if I have huge full import model (due to size and company policy) my only option for aggregation tables is to have one in model but i need to write propper DAX to use it as it can't be used when all tables are in import mode?
- lbendlin1 year ago
Super User
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.