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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
JChart
Regular Visitor

IF AND 3 Conditions

First post and I'm hoping you are able to help.

 

I am trying to build a conditoinal statement using 3 separate fields of data, but I'm not sure how to achieve this.

 

In a perfect world, I could use IF(AND(Logical1,Logical2),"True","False"). I could then enter each conditional statement for each logical component, but I can only use 2 arguments.


What is the best function to use for 3 logical arguments?

 

i.e. 

if Field1 = "X", and Field2 = "Y", and Field3 > Z,  "True","False"

 

Thanks!

 

 

1 ACCEPTED SOLUTION
CrisYan
Resolver III
Resolver III

IF(Field1 = "X" && Field2 = "Y" && and Field3 > Z, "True","False")

View solution in original post

1 REPLY 1
CrisYan
Resolver III
Resolver III

IF(Field1 = "X" && Field2 = "Y" && and Field3 > Z, "True","False")

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.