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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Matas
Advocate II
Advocate II

Amount Calculations in Custom Column

Hello,

 

Anyone could help me out with Custom Column calculation?
Currently, I have a calculation as [Gross_Amount] * [Currency Rate to USD] to get the total amount in USD.

 

Matas_0-1650355575222.png

 

[Currency Rate to USD] is being calculated as merging two tables based on the currency identifier, such as: CLP, GBP, EUR, etc.

Matas_2-1650356021357.png

 

 

I just noticed that if I have Chilean Pesso, my calculations are false, since CLP does not contain a decimal value, so the total amount of this currency is being returned 100 times lower. 

 

I would need somehow to check in my calculation if there exists CLP, then if it does, I need to multiply this field by *100, otherwise, leave other currencies the way they are. Anyone has faced that or have any suggestions on how I could achieve that?

Thanks in advance.

 

Regards,

Matas

 

 

1 ACCEPTED SOLUTION
Matas
Advocate II
Advocate II

Hi,

 

So I was able to achieve wanted result by googling and also looking at @amitchandak  example. 

The following solved my issue:

Matas_0-1650366236553.png

 

Regards,

Matas

 

View solution in original post

3 REPLIES 3
Matas
Advocate II
Advocate II

Hi,

 

So I was able to achieve wanted result by googling and also looking at @amitchandak  example. 

The following solved my issue:

Matas_0-1650366236553.png

 

Regards,

Matas

 

amitchandak
Super User
Super User

@Matas ,

a new column in power query

 

if [currency] <> "CLP" then [Gross_amount]*[Currency Rate to USD] else [Gross_amount]*[Currency Rate to USD] /100

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak 

 

Thanks for your input.

Could I ask you to be more detailed? Since I do not have this [currency] field and I am merging fields, so after I have merged, I do not think so I can apply <> "CLP", since it was already merged on that before.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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