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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

AND with 3 filters

Hi,

 

I need to use 3 filters in my IF function. I am able to use AND function but that allows only 2 filters.

 

Any ideas for 3 or more filters?

1 ACCEPTED SOLUTION
dedelman_clng
Community Champion
Community Champion

nest the AND, or use && notation

 

AND(Filter 1, AND(Filter 2, Filter 3) )

 

or

 

Filter 1 && Filter 2 && Filter 3

 

Hope this helps

David

View solution in original post

2 REPLIES 2
dedelman_clng
Community Champion
Community Champion

nest the AND, or use && notation

 

AND(Filter 1, AND(Filter 2, Filter 3) )

 

or

 

Filter 1 && Filter 2 && Filter 3

 

Hope this helps

David

Anonymous
Not applicable

@dedelman_clng,

 

Thanks. That was easy.  Now I sound stupid!

 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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