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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.