We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hello
I have a question
I don't know how to resolve this issue.
I have measure CAC and i want to sum in the total but the measure calculate the row
the correct value is $222.222 not $7.055
HELP
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, you can try like this.
CAC = SUMX(‘Table name’, CALCULATE(DIVIDE(Presupuesto[Presupuesto_diario_corregido],[Ventas_sin_FP_por_Source],0)))
You should add SUMX function to the code, then it will sum in the total, otherwise the total row will also execute the DIVIDE function.
I create a sample and it works fine.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks
It worked
: )
Hi @Anonymous ,
According to your description, you can try like this.
CAC = SUMX(‘Table name’, CALCULATE(DIVIDE(Presupuesto[Presupuesto_diario_corregido],[Ventas_sin_FP_por_Source],0)))
You should add SUMX function to the code, then it will sum in the total, otherwise the total row will also execute the DIVIDE function.
I create a sample and it works fine.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please show the measure code.
Hello
sure, these are the measures
User | Count |
---|---|
14 | |
12 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
20 | |
14 | |
11 | |
5 |