Forum Discussion
Expression.Error: We cannot convert the value null to type Number. mysteriously appeared
- Anonymous5 years ago
OK, I finally managed to solve this issue. Error message was in the end misleading.
The error "Expression.Error: We cannot convert the value null to type Number" happened already in earlier steps. For some reason it got expanded to all the columns at the later steps.
The root cause was unexpected values in the code list merged in earlier steps.
OK, I finally managed to solve this issue. Error message was in the end misleading.
The error "Expression.Error: We cannot convert the value null to type Number" happened already in earlier steps. For some reason it got expanded to all the columns at the later steps.
The root cause was unexpected values in the code list merged in earlier steps.
Hi,
Please validate if you have any measure with null values in your model. If yes, try to replace the null per 0 or filter it out.
It can be a possible solution to this error.
Regards,