Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
if [TB03_Date]="NotFound" and [AFB Date] ="NotFound" and [#"Pre-TB Date"] ="NotFound" then "Nottest"
else [TB03_Date] else [AFB Date] else [#"Pre-TB Date"]
Someone suggesstion me
Solved! Go to Solution.
Replace all these columns "NotFound" with null
Then use formula
[TB03_Date] ?? [AFB Date] ?? [#"Pre-TB Date"]below works too if you want it to say All Not Found if all are null
[TB03_Date] ?? [AFB Date] ?? [#"Pre-TB Date"] ?? "All Not Found"
You could also do
Replace all these columns "NotFound" with null
Then use formula
[TB03_Date] ?? [AFB Date] ?? [#"Pre-TB Date"]below works too if you want it to say All Not Found if all are null
[TB03_Date] ?? [AFB Date] ?? [#"Pre-TB Date"] ?? "All Not Found"
You could also do
WOW!
I cannot for the life of me work out how you've managed to translate OP's question into this answer.
OP seems happy with the solution though, so good job!
Pete
Proud to be a Datanaut!
Hi @Mya2015 ,
Happy to help if you can explain what you're trying to achieve.
What, exactly, are you expecting this formula to do for you?
Pete
Proud to be a Datanaut!
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |