The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |