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 a situation, I have two currencies USD and Euro and in the column its show the exact value with their status. I want to add a new column of Value in USD where all the value should be in USD. how can I do that.
I mean if the currency is Euro then multiply with 1.2 and its dollar then remain same.
Thank you
Solved! Go to Solution.
Hi @Munawar1881 ,
Here are the steps you can follow:
1. Create calculated column.
Column =
IF(
'Table'[Group]="Euro",
'Table'[Amount] * 1.2 ,'Table'[Amount])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Munawar1881 ,
Here are the steps you can follow:
1. Create calculated column.
Column =
IF(
'Table'[Group]="Euro",
'Table'[Amount] * 1.2 ,'Table'[Amount])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
can anyone help me to solve this issue please. I need the DAX formula to solve it if the amount status is dollar then dont calculate it will be the same number and if its Euro then multply with exchange rate colum to be in dollar
@Munawar1881
Please shaow expected result also in snap for few sample rows and calculation you want
Proud to be a Super User! | |
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 |
---|---|
118 | |
77 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |