Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |