Is it efficient in term of performance this measure:
MyCoeff :=
SUMX (
Articles,
CALCULATE (
DIVIDE ( [Sales Net Amt AY], [Sales Qty AY], 0 ) * [Sales Qty LY]
)
)
Is it efficient in term of performance this measure:
MyCoeff :=
SUMX (
Articles,
CALCULATE (
DIVIDE ( [Sales Net Amt AY], [Sales Qty AY], 0 ) * [Sales Qty LY]
)
)