Forum Discussion

MatjoCol's avatar
MatjoCol
Frequent Visitor
4 years ago

SQL Type UniqueIdentifier converted to text behaves differently in M vs DAX

I have two databases with a column Id in them. In one of the databases the Id column has type UniqueIdentifier. In the other database the type is varchar(50) as it contains ids in different formats. ...