Forum Discussion
Anonymous
4 years agoNot applicable
Replacing nulls with Error
Hi, I have a relatively simple problem to solve but can't find the solution anywhere. How can I replace null values in a particular column with Error values? Thanks!
v-henryk-mstf
4 years agoCommunity Support
The first thing to note is that a field can only have one data type. If it is a numeric type, then the null value cannot be converted to error (text type).
If the field type is text, then the easiest way is to use replace value in the power query.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
I want to replace null values with error values - not a string that displays "error"........