Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

JSON file and embedded fields

Hi,  I have a field in a JSON file that includes a lot of information about my customer. The structure is as following : [{"Customer name": David, "lname":Orely, "ID": null, , "CUSTOMFIELD": [{"CU...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi,

    I solved a problem in this way:

    I created a copy of my data source in power BI, then filtered one of my sources based on contact_field_7 and filtered the copy of my source based on contact_fileld_3 and join them based on unique identifier. 

    It worked fine for me:)