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
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.