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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
admin11
Memorable Member
Memorable Member

How to use DAX to recode Customer Code TU10004 as USA currency

Hi All

 

TU10004 , the U stand for USA currency.

 

U10002 , without U stand for SGD currency.

 

I try some thing like below , it does not work

If(Mid(AR[Customer/Vendor Code],2,1)  = 'U','USD','SGD') 

Return :- UDS or SGD

admin11_0-1617874842981.png

My PBI file :-

https://www.dropbox.com/s/3xd8mdw9g3qry9p/PBT_V2021_396%20TI_SI_GL%20SAMPLE.pbix?dl=0

 

Paul

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@admin11 , I tried this column and it is giving the correct value . A new column

USD = If(Mid(AR[Customer/Vendor Code],2,1)  = "U","USD","SGD") 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@admin11 , I tried this column and it is giving the correct value . A new column

USD = If(Mid(AR[Customer/Vendor Code],2,1)  = "U","USD","SGD") 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak 

Thank you very much , it work fine.

Paul

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors