Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have attached my example model...
I want to apply rank function to calculated Error and Accuracy Column according to Slider.
Note:Error is calculated on a variable name vAbsError
and Accuracy in vAbsAccuracy.
=rank($(vAbsError)) and rank($(vAbsAccuracy))does not return what you want?
No it is not working...
Please check my example model....
Can you please suggest how to apply rank function in tmy below expression:
sum(aggr(fabs(sum([Absolute Error])),[Product Code],[Fiscal Month],[Fiscal Year],Measure,[Division Product Manager Code]))
Well,
Maybe I´m missing something.
It seems working to me
