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

Don'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.

Reply
erhan_79
Post Prodigy
Post Prodigy

DAX formula help

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

c5.JPG

 

1 ACCEPTED SOLUTION
BjoernSchaefer
Helper II
Helper II

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

View solution in original post

2 REPLIES 2
BjoernSchaefer
Helper II
Helper II

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

thanks @BjoernSchaefer it is working

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.