Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear All,
I am struggling a bit with a measure which should show the totyal of volume and value. Simplified theb table should look like this:
The third column in red is the measure showing the result of the other two columns.
Currently the measure looks like this:
I am struggling with the SUM, MAX, MIN, AVERAGE. What do I need to choose, since the current outcome looks like this (mind the incorrect total in the third column; 1587,21 where it should be 323,91):
Thanks in advance for your guidance!
Kind regards,
Solved! Go to Solution.
@Anonymous , It should be like
SUMX('Table', 'Table'[price] * 'Table'[Number sold])
Perfect!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.