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

create a new calculated column by multiply two other columns in the same table

Hi,

 

I'm new to the Power Bi. 

 

I have a table, one column is Quantity, another column is cost. Now I would like to create a new column as quantity * cost.

 

When creating this new column, I have tried below, none of them works.

New Column = table1[cost] * table1[Quantity]
New Column = sum(table1[cost]) * sum(table1[Quantity])
New Column = SUMX(Table1, table1[Cost] * table1[Quantity])

 

Please help!

 

Thank you

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

I created a simple example and it works well.

multiplication.PNG

Try this:

1. Clear cache.

clear cache.gif

2. Update your Power BI Desktop to the latest version.

 

If the issue is still there, please share me a dummy PBIX file without real data or sensitive information.

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
ShivaniDhoble
New Member

Wants to multiply 2 columns (qty and cost) giving ifs function in another 2 columns 

MrBorg
New Member

Wow you have tried all the things I would do - Could it be that there is something wrong with our Logic - Not the Power Bi Logic? Since our logic doesn't comply with the typical logic like multiplying two columns in the same row in a new column should be quite simple. But intellisence should then suggest columns I really think Power Bi could be improve with better intellisence or more drag and drop options. Multiplying two columns should not be that difficult and it makes the Power Bi learning Crew (blody poor spell checker) too steab.  

 

Just a fun thing to try in Power Bi to make it totally Crash - right click a Table and press Copy and then wait it will put in the whole "shiii." in the input field - man this is disappoint . I can now start all over again.

 

 

Icey
Community Support
Community Support

Hi @Anonymous ,

I created a simple example and it works well.

multiplication.PNG

Try this:

1. Clear cache.

clear cache.gif

2. Update your Power BI Desktop to the latest version.

 

If the issue is still there, please share me a dummy PBIX file without real data or sensitive information.

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

VasTg
Memorable Member
Memorable Member

@Anonymous 

 

That seems weird.

 

What is the message you get? Are these columns(cost and quantity) in type whole number or Decimal?

 

If this helps, mark it as a solution.

Kudos are nice too

 

 

Connect on LinkedIn

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