This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi, I am trying a relatively simple if then in a new Conditional Column.
The results are clearly incorrect and I cannot figure out why.
All of the results show "In Progress" while some of the results should be showing "Completed".
if [Completed but late] = "Completed but late" and [Completed in time] = "Completed in time" and [Issues] = "null" and [Not Started] = "null" then "Completed" else "In Progress")
Solved! Go to Solution.
Hi @Anonymous ,
you can do like
if ([Completed but late] <> null
or [Completed in time] <> null )
and [Issues] = null
and [Not Started] = null
then "Completed"
else
"In Progress"
Hope this helps
Hi @Anonymous ,
you can do like
if ([Completed but late] <> null
or [Completed in time] <> null )
and [Issues] = null
and [Not Started] = null
then "Completed"
else
"In Progress"
Hope this helps
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |