I am new to SSAS, I am creating a cube and I need to have a calculated member.The complexity is I have property name as one dimension which has members like "a,b,c,d". Each of this member will be having one value per date in a measure called 'property value'.
I have another measure "Volume" which will be one value per day(date dimension).
I need to do calculation of (a*volume + b* volume) as a calculated member.
Please advice.