Forum Discussion

geblerj's avatar
geblerj
Frequent Visitor
3 years ago
Solved

PowerBI altering data in custom column

I've loaded in a dataset from postgres, and I've created a custom column in Power Query, let's call it id, that concatenates two of the table's columns with a hyphen (let's call them employee_id and ...
  • PhilipTreacy's avatar
    3 years ago

    geblerj 

     

    Impossible to say without seeing your data and code.

     

    Try using Text.Upper(employee_id) in your step that joins the 2 columns to get around the issue.

     

    Phil