Forum Discussion
Convert currency
- 9 years ago
Hi kglende,
If you have created a one to many relationship betwee Echange Rate Table and bavProjectDtl MMI table, you could directly point to the Rate column in bavProjectDtl MMI table.
Create a calculated column using this formula:
Rate=Related('Echange Rate'[Rate])If there isn't any relationship between these two tables, you could use LOOKUPVALUE function to create calculated column:
Rate=LOOKUPVALUE('Echange Rate'[Rate],'Echange Rate'[Month],'bavProjectDtl MMI'[Month Name])Best regards,
Yuliana Gu
Hi kglende,
If you have created a one to many relationship betwee Echange Rate Table and bavProjectDtl MMI table, you could directly point to the Rate column in bavProjectDtl MMI table.
Create a calculated column using this formula:
Rate=Related('Echange Rate'[Rate])
If there isn't any relationship between these two tables, you could use LOOKUPVALUE function to create calculated column:
Rate=LOOKUPVALUE('Echange Rate'[Rate],'Echange Rate'[Month],'bavProjectDtl MMI'[Month Name])
Best regards,
Yuliana Gu