The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
My PBI file :-
https://www.dropbox.com/s/3xd8mdw9g3qry9p/PBT_V2021_396%20TI_SI_GL%20SAMPLE.pbix?dl=0
Paul
Solved! Go to Solution.
@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")