Forum Discussion

Catalizt's avatar
Catalizt
Microsoft Employee
8 years ago
Solved

vso identity fields converted to weird text strings

Hi there!  I'm using the OData connector to pull VSO work item data into Power BI.  Unfortunately, for some reason the contents of the "Identity" fields (e.g. Assigned to) are being converted to lo...
  • Catalizt's avatar
    Catalizt
    8 years ago

    Thank you!

    Unfortunately I had several fields that all needed this matching so I've created columns using the LOOKUPVALUE function. Works like a charm!

     

    Assigned To = LOOKUPVALUE(Users[UserName],Users[UserSK],WorkItems[AssignedToUserSK])