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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Currency Conversion Calculation: use most recent conversion rate to replace rate in future

Hi everyone,

 

I am creating a measure to convert currency. The logic of currency conversion is that if the opportunity has a future close date, then use the most recent exchange rate.

 

But my measure doesn't show any conversion rate when there is a future close date.

 

ConversionRate = CALCULATE(IF(ISBLANK(CALCULATE(FIRSTNONBLANK(VALUES('Dated Conversion Rate'[ConversionRate]), 'Dated Conversion Rate'[ConversionRate]), FILTER('Dated Conversion Rate','Dated Conversion Rate'[StartDate] = FIRSTDATE('Opportunity'[CloseDate]) && 'Dated Conversion Rate'[IsoCode] = FIRSTNONBLANK('Opportunity' [CurrencyIsoCode], 'Opportunity' [CurrencyIsoCode])))), LOOKUPVALUE('Currency Type'[ConversionRate], 'Currency Type'[IsoCode], FIRSTNONBLANK('Opportunity' [CurrencyIsoCode], 'Opportunity' [CurrencyIsoCode])), CALCULATE(FIRSTNONBLANK(VALUES('Dated Conversion Rate'[ConversionRate]), 'Dated Conversion Rate'[ConversionRate]), FILTER('Dated Conversion Rate','Dated Conversion Rate'[StartDate] = FIRSTDATE('Opportunity'[CloseDate]) && 'Dated Conversion Rate'[IsoCode] = FIRSTNONBLANK('Opportunity' [CurrencyIsoCode], 'Opportunity'[CurrencyIsoCode])))))
 
 
CloseDate is located in the opportunity table; NNARR revenue is located in the opportunity product table and Startdate is the key to link opportunity table and date table.
The date models between table used:
Annotation 2020-03-24 141833.png

 

 

 

 

 

 

 

 

 

 

Thanks!

2 REPLIES 2
v-lionel-msft
Community Support
Community Support

Hi  @Anonymous ,

 

Your formula is too poorly readable,  so I suggest you split it into multiple measures and check for problems.

 

Best regards,
Lionel Chen

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

Greg_Deckler
Community Champion
Community Champion

https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/td-p/985814

 

In your case, you are looking up the MAX of the data with appropriate filters.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors