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.
Dear All ;
İ need a simple support as below
I have a column as named with Qty , , i want to create a new column named " Description" and when the "QTY" column is "0" , it will be written "OPEN" on "Description" column, if not it will be written "Closed" as below table.
thanks in advance for your kind supports
Solved! Go to Solution.
Hi @erhan_79,
this should work:
Description = IF([Qty]=0;"Closed";"Open")
Please be aware that, regarding your Language Settings, you have to use "," instead of ";". Let me know if it worked for you.
Regards
BjoernSchaefer
Hi @erhan_79,
this should work:
Description = IF([Qty]=0;"Closed";"Open")
Please be aware that, regarding your Language Settings, you have to use "," instead of ";". Let me know if it worked for you.
Regards
BjoernSchaefer
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |