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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
christianfcbmx
Post Patron
Post Patron

IF Function Combined

Dear Community I have a question:

I want to use an "If" function but also need to filter by an specific status from another column ("Green", "Yellow" , "Red"), in this case "Red"... (all in the same formula)

Im doing this but I dont know how to continue:


Column 1 = IF('EXTR-INC&WO-(Chil'[Sta]="Asigned",1 ,IF('EXTR-INC&WO-(Chil'[Sta]="In Progress",1 ,IF('EXTR-INC&WO-... (Im Converting into "1" those status as you see as long as the other column that I have named "condition" said "Red" ..it is too complicated?

Any advice will be so much appreciated!

 

 

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

HI @christianfcbmx

 

If the search is with a single Column you can shorten the CODE by using the "IN" operator

 

=
IF (
    'EXTR-INC&WO-(Chil'[Sta] IN { "Asigned", "In Progress" }
        || 'EXTR-INC&WO-(Chil'[Column] IN { "__", "__" },
    1,
    ___
)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors