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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

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