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
can you explain the QV code step by step so I can convert it to dax
Les_Grosman
3 years agoRegular Visitor
The problem is I can explain AGGR function for myself 🙂 I thought that someone have expirience
as in PBI as in QV .