Forum Discussion
Les_Grosman
3 years agoRegular Visitor
Replace QlickView AGGR function
Please help replace this QV code into DAX. sum(TOTAL <Recipe_COMPONENT>
AGGR(
sum([Q-TY])
/ 1000
*
(
(sum([Despatch Volume Cases]) + sum([Promo Cases]))
/
(sum([Despatch V...
mh2587
3 years agoSuper User
What is the logic behind this , and would you please paste your scenario here
Thank you
Les_Grosman
3 years agoRegular Visitor
This is a part of big formula for one evaluation inside visual. All data in this formula stored in one table.