Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I have attached 2 images below.
They are both in the same table, just different regions. The problem is, for the region EMEA, I need to apply exchange rates. Hence I have used the formula below:
Solved! Go to Solution.
@Anonymous Your images are too small to read. Try this:
R+ Order Value =
VAR __MaterialValue = LOOKUPVALUE('R+ Orders'[Material Value in-week],'R+ Orders'[PartPlantbyYearWeekNum],'Part File'[PartPlantbyYearweekNum])
VAR __ExchangeRate = 'Part File'[Exchange Rates]
RETURN
IF(ISBLANK(__ExchangeRate),__MaterialValue,DIVIDE(__MaterialValue,__ExchangeRate,0))
@Anonymous Your images are too small to read. Try this:
R+ Order Value =
VAR __MaterialValue = LOOKUPVALUE('R+ Orders'[Material Value in-week],'R+ Orders'[PartPlantbyYearWeekNum],'Part File'[PartPlantbyYearweekNum])
VAR __ExchangeRate = 'Part File'[Exchange Rates]
RETURN
IF(ISBLANK(__ExchangeRate),__MaterialValue,DIVIDE(__MaterialValue,__ExchangeRate,0))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |