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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
KatkaS
Post Patron
Post Patron

Multiply function..

Hello,

 

I have a rather simple calculation to be made, but I'm not able to do it:(

I have a table that contains two columns - ERP and Amount. I need tro create new column with Amount2 where Scala Amounts should be multiplied by 1000, the rest stays the same.. 

 

Could you please help?

Thnak you!

 Calculation.jpg

 

 

2 ACCEPTED SOLUTIONS
bheepatel
Resolver IV
Resolver IV

Hi @KatkaS 

Can you try using an IF statement:

Amount2 = IF(ERP = "Scala", Amount * 1000, Amount)

View solution in original post

amitchandak
Super User
Super User

@KatkaS ,

Create a new column

if([ERP] ="Scala",[Amount]*1000,[Amount])

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@KatkaS ,

Create a new column

if([ERP] ="Scala",[Amount]*1000,[Amount])

Thank you very much, Amit, as always!

bheepatel
Resolver IV
Resolver IV

Hi @KatkaS 

Can you try using an IF statement:

Amount2 = IF(ERP = "Scala", Amount * 1000, Amount)

Thank you!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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