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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
dommyw277
Helper III
Helper III

More than 1 IF looking at status Column

Hi I want to create a column that says if the status column is work in progress or pending then return the word "open" if not then closed ?

Thanks

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @dommyw277 ,

 

try the following but use your table name, column name and field values in the measure:

 

Column = if('YourTableName'[status] IN {"work in progress", "pending"},"open","closed")

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Idrissshatila
Super User
Super User

Hello @dommyw277 ,

 

try the following but use your table name, column name and field values in the measure:

 

Column = if('YourTableName'[status] IN {"work in progress", "pending"},"open","closed")

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Amzaing thank you so much 🙂

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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