Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I need to convert formula from Excel to Powerbi as a calculated column to return true/false as a output
Excel - =AND(Column1="YES",OR(Column2="Done",Column2="InProgress"))
Dax calculated column ? Any help
Solved! Go to Solution.
@Anonymous , a new column
if(AND([Column1]="YES",OR([Column2]="Done",[Column2] ="InProgress")), true(), false() )
or
AND([Column1]="YES",OR([Column2]="Done",[Column2] ="InProgress"))
@Anonymous , a new column
if(AND([Column1]="YES",OR([Column2]="Done",[Column2] ="InProgress")), true(), false() )
or
AND([Column1]="YES",OR([Column2]="Done",[Column2] ="InProgress"))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 11 | |
| 10 | |
| 8 |