Forum Discussion

sv11's avatar
sv11
Helper I
7 years ago
Solved

Tables Join

Hi,   I have 2 different tables pulled from different system:         1. CRM - Contact         2. Phone Call data   There is no direct link between these 2 systems except "Phone Number".   Is...
  • v-piga-msft's avatar
    v-piga-msft
    7 years ago

    Hi sv11 ,

     

    Based on your data sample, you could do some change for your CRM data model in Query Editor.

     

    You could unpivot the columns for Phone1,Phone2,Phone3 and then rename the value to PhoneNo.

     

    Then you could create the relationship between the tables with PhoneNo.

     

     

    More details, you could refer to my attachment.

     

    Best Regards,

    Cherry