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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Munawar1881
Helper II
Helper II

USD value where I have two currency Euro and USD

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

Munawar1881_0-1664095032986.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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:

vyangliumsft_1-1664269980359.png

 

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

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

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:

vyangliumsft_1-1664269980359.png

 

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

Munawar1881
Helper II
Helper II

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_0-1664128575624.png

 

PijushRoy
Super User
Super User

@Munawar1881 

Please shaow expected result also in snap for few sample rows and calculation you want





Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Munawar1881_0-1664096109303.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.