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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.