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.
Hallo all,
I would like to add a custom column with the folwing condition
if(if [code] = "50" and [Cont] = "91" then "1EN") and if [code] = "44" and and [Cont] = "91" then "2EN" else [Code]
Could you please help out how to write it?
Solved! Go to Solution.
@TatyDo , Try like
if [code] = "50" and [Cont] = "91" then "1EN" else
if [code] = "44" and and [Cont] = "91" then "2EN" else [Code]
@TatyDo , Try like
if [code] = "50" and [Cont] = "91" then "1EN" else
if [code] = "44" and and [Cont] = "91" then "2EN" else [Code]
User | Count |
---|---|
117 | |
74 | |
59 | |
51 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |