The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |