cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
crissins
Frequent Visitor

Calculate currency in different column while ignoring USD

Hello,

 

I am trying to calculate KSH & STG to USD. The rate table looks like this.

crissins_0-1657064854729.png

and my main Sales data 

crissins_1-1657064953611.png

I am concatenating the year and week as a string in both tables to match them but. I am getting empty values in the merge columns with the when exchange rates

crissins_2-1657065148003.png

my formula to calculate the gross price in dollars is the following.

= Table.AddColumn(#"Rounded Off", "Gross_USD", each if [CURRENCY] = "KSH" then [GROSS_PRICE] / [Rates.KSH_PER_USD]
else if [CURRENCY] = "STG" then ([Rates.USD_PER_STG] * [GROSS_PRICE])
else [GROSS_PRICE])

Thank you very much for taking the time in reading this post this is for a sales report and is my first as a freelancer.

Regards, 

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

The Query Editor is case sensitive.  In the cells where you get null, ensure that in the Currency column, the entry is KSH and STG.  If it still does not help, then share the link from where i can download your PBI file.  If the data was imported from an MS Excel file, then share the download link of that Excel file as well.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
crissins
Frequent Visitor

Here's my relations

crissins_0-1657065385854.png

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors