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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors