Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When I try to multiply two columns the results for line is diferent when I do this with this two columns in a calculator.
Bellow the two columns and the result when I try to multiply in a dax.
Dax:
Hi, @Least123
You can try the following methods.
r$/kg =
CALCULATE ( AVERAGE ( 'f_Resumo Algodão'[R$/kg] ), ALL ( 'f_Resumo Algodão' ) )
The rest of the formula remains unchanged.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Least123
Pleasr try
receita_algodao_pluma2 =
SUMX ( VALUES ( 'Table'[Slicing by Colmumn] ), [producao_pluma] * [r$/kg] )
I tried this. Look at the same.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |