Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have the following two Tables:
1. Transactions (Sharepoint Online)
2. CurrencyRates (Excel Table)
The Transactions table has (among others) Columns for CurrencyType and Amount
The CurrencyRates Table has two Columns, CurrencyType and Rate
I want to create a new Calculated Column in the Transactions Table, where I can multiply the Amount with the corresponding Rate from the CurrencyRates table.
Thanks any help with this will be greatly appreciated.
Solved! Go to Solution.
Hello,
I assume you already added those two tables to your Data Model.
So you just have to relate the Currency Type Columns.
Then you can either add a Calculated Column =[Amount]*RELATED([Rate])
or you can create a Measure TotalEXR:=SUMX(TransactionTable,[Amount]*RELATED([Rate]))
Best regards
@Floriankx Thank you very much, really appreciated. I used the Calculated Column and it worked a treat.
Hello,
I assume you already added those two tables to your Data Model.
So you just have to relate the Currency Type Columns.
Then you can either add a Calculated Column =[Amount]*RELATED([Rate])
or you can create a Measure TotalEXR:=SUMX(TransactionTable,[Amount]*RELATED([Rate]))
Best regards
@Floriankx Thank you very much, really appreciated. I used the Calculated Column and it worked a treat.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
188 | |
76 | |
73 | |
54 | |
42 |