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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
GH21
Frequent Visitor

Formula to convert all values into GBP

Hi,

 

The data I'm using consists of values in USD, EUR and GBP. I would like to use a measure that converts the USD/EUR into GBP using an exchange rate of USD = 1.25 GBP. Could someone point me in right direction?

3 REPLIES 3
Dhairya
Solution Supplier
Solution Supplier

You can simply use the following measure to convert USD to GBP

MeasureUSDtoGBP = CALCULATE(SUM('Currency'[USD])*1.25)


This will give following output

Dhairya_0-1684237611208.png

Please mark my solution as accepted if it helped you.

GH21
Frequent Visitor

Hi @Dhairya,

 

As some of the values are USD and some are GBP do I need to do some form of IF statement to see if we need to convert the value?

Dhairya
Solution Supplier
Solution Supplier

Yes you can use if statement and if there are more than 2 currency types you can also use SWITCH.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors