Hi ,
I am having a DimProject with the TypeID , Capacity attributes.
factOut contains measure.OutPutVal.
my Data is something like
ProjectID , TypeID , Capacity
1 1 100
2 1 100
3 1 100
4 2 100
5 2 100
I need OutPut
TypeID TotalCapacity
1 300
2 200
Thanks for the help
VD