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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Need help - Multiplying sum of one column by the value in another

I am trying to take the sum of a numeric column and multiply it by a hard coded rate value in one field of another column. I would then "copy" this all the way down the table. Simple to do in XL, I cannot figure it out in PBI.

 

 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thank you for all of the support. I figured it out, at least in a way. I just removed the filters form the viz and used DAX Calculate Fx to create new Rows/Measures of the filtered data I needed. This allowed me to create a hard values column of the subtotal that I then multiplied by the factor. Thanks again - take care!

View solution in original post

7 REPLIES 7
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous 

MY PBIX 

Took the sum of the column * percentage * each row. Percentage is a measure for ease of use, can change at any time. Just make sure the column is set to don't summarize.
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

multiplier.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Thank you for all of the support. I figured it out, at least in a way. I just removed the filters form the viz and used DAX Calculate Fx to create new Rows/Measures of the filtered data I needed. This allowed me to create a hard values column of the subtotal that I then multiplied by the factor. Thanks again - take care!

@Anonymous ,

You are welcome!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




nilimarodrigues
Helper III
Helper III

pbi1.PNG

Is this what you are looking for? If yes, in data view, you can create a new column with given formula.

 
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

Go to Power Query, go to Add Column, select the column you wish to multiply, click on the multiply.  Fill in the value, and it will create a column.
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel

mult.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

@Nathaniel_C  thank you for your response.

 

I think I did not explain my issue completely. What i have is a total of some amount in a table viz that has a couple of filters applied. I am trying to multiply the total of those amounts as displayed in the viz by a factor (percentage) in a separate column. I would then want to display that new amount in it's own column within the same table. I am open to displaying in a separate table/viz as well.

 

In XL, to would look like =SUM($A$87*B1) all the way down however many rows (where cell A87 is Total of Amount).

Would you mind attaching a sample done in excel just to get a bit clear understanding.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.

Top Solution Authors