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
Hi all, I am trying to multiple 2 value within a table using SUMX expressions. However the return values is invalid.
This is my formula :
Solved! Go to Solution.
Hi @Anonymous,
Please refer to sumx-function-dax. You can find the root cause easily with that. The Sumx evaluates every row of the first parameter and sums them up. Please refer to the example below.
Value Current Level
2 3
4 5
Sumx will return 2 * 3 + 4 * 5 = 26, which IS NOT (2 + 4) * (3 + 5) = 48.
Best Regards,
Hi @Anonymous,
Please refer to sumx-function-dax. You can find the root cause easily with that. The Sumx evaluates every row of the first parameter and sums them up. Please refer to the example below.
Value Current Level
2 3
4 5
Sumx will return 2 * 3 + 4 * 5 = 26, which IS NOT (2 + 4) * (3 + 5) = 48.
Best Regards,
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 |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |