This is a discussion on Aggregation per Dimension within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> I have a measure 'Food Consumption/day/person' and dimensions of Year, Country and Commodity (say Wheat, Barley, ...) . I ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a measure 'Food Consumption/day/person' and dimensions of Year, Country and Commodity (say Wheat, Barley, ...) . I would like to use the SUM aggregate across Commodity, but use AVERAGE across Country and Year. It does not make sense to SUm across country or year. Is this possible? If so how. Thanks. -- Richard |