We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 6 |