Forum Discussion

data_4_good's avatar
data_4_good
Frequent Visitor
1 year ago
Solved

Dataflow Gen2 MashupException.Error We cannot convert the value null to type Number

Hi all,   I am quite new to working with MS Dataflows and would love some help with an issue I am running into. I am getting the following error for a specific table in my dataflow:    Error Code...
  • data_4_good's avatar
    data_4_good
    1 year ago

    Hi v-kpoloju-msftrohit1991 and collinq. I found the solution! The issue was with a table I was merging into another. The key was a number, but in one of the tables, the service converted it to text. As a result, the merge returned only null values. When I performed operations on that merged column, the error occurred.


    The strangest part is that, in the dataflow preview, the column appeared to merge correctly, making it seem like everything was working correctly. It wasn't until I created another dataflow referencing a pared-down version of the first one that the errors became visible in the preview. Thanks again for everyone reaching out!