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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
LD
Frequent Visitor

If / AND Condition

Hi,

Please, I have three colums with two Date (A and B) and a status (C=TEXT). I need to develop following condition:

 

IF [Col. A]<=[Col. B] and [Col. C]="Complete" then "True" other "False"

 

Thank you much

 

LD

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

Hi @LD 

it should be easy

Column = IF([Col. A]<=[Col. B] && [Col. C]="Complete", TRUE(), FALSE())

 

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

2 REPLIES 2
az38
Community Champion
Community Champion

Hi @LD 

it should be easy

Column = IF([Col. A]<=[Col. B] && [Col. C]="Complete", TRUE(), FALSE())

 

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
LD
Frequent Visitor

Thank You @az38 !!!!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.