Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Kibba664
New Member

Measure Multiplicate a value with a percentage

Hi all,
I would like to create a measure that allows me to multiply a column with monetary values ​​by another column with percentages. Each row has its own percentage so if I do SUM(Table(Sales amount)* SUM(Table(Percentage) the result doesn't match the value I'm trying to get because it adds the percentages and doesn't multiply them row by row

here bellow a screenshot of what I'm looking for, and another of what I actually have with the DAX I've made

 

5f1a3eee-ac34-4ac5-9050-393aae83cf50.jpg

2d5ce324-3cd0-402f-9c38-838a535c55e5.jpg

Thanks for your help 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello you are ylusing the sum function which will sum up all the percentage and multiple , to achieve what you want, use sumx

Sumx(table, [sum measure] * table[percentage])

View solution in original post

2 REPLIES 2
Kibba664
New Member

Awesome, thanks for your help !

Anonymous
Not applicable

Hello you are ylusing the sum function which will sum up all the percentage and multiple , to achieve what you want, use sumx

Sumx(table, [sum measure] * table[percentage])

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.