Forum Discussion
JaclynPugh2022
Helper II
3 years agoPower Query Custom Column Help Please
Hi,
I'm trying to write a custom field that looks at [Late/Early/On-Time] and if there is an error I need it to populate with "Unconfirmed". Any help would be appreciated. Thank you!
Hi JaclynPugh2022 ,
Alternatively, you could right click on the column > Replace Errors...
Then Type Unconfirmed and press ok.
That should replace the errors in your field with Unconfirmed
2 Replies
- m_alireza
Solution Specialist
Hi JaclynPugh2022 ,
Alternatively, you could right click on the column > Replace Errors...
Then Type Unconfirmed and press ok.
That should replace the errors in your field with Unconfirmed - AntrikshSharma
Community Champion
JaclynPugh2022 if (try [Column] )[HasError] then "Unconfirmed" else [Column]