Forum Discussion
Anonymous
3 years agoNot applicable
Imported SSAS Multidimensional measures shows incorrect values
Hi All, We are trying to import SSAS multidimensional cube/dimensions in "Import" Storagemode. We could not refer the Imported SSAS measures (columns in context of power bi desktop) in a new mea...
amitchandak
3 years agoSuper User
Anonymous , if RecoAmount and AdjustedAmount are columns then this should work
Divide(Sum(MG1[RecoAmount]),Sum(MG2[AdjustedAmount]))
- Anonymous3 years agoNot applicable
Hi amitchandak
Thanks for your instant response!! unfortunately suggested formula stilll gives wrong numbers.Actually AdjustedAmount is a measure in power bi, which has the below calculation:
Here CalcAmount field is imported from cube and it might give right numbers if SUM fucntion is not used, as it is adding more and more. Please correct my understanding and suggest the way to use calcamount as it is without further aggregation.
AdjustedAmount= CALCULATE(SUM('V_sales'[CalcAmount]), filter( DIM_Date, DIM_Date[ActualDate] <= EOMONTH([Last Period],0)))Thanks.