Power query and power BI are both throwing an exception when expanding the sub custom fields like text, external entities. It appears to happen on all entities e.g., Contacts, Campaigns. Is any one else experiencing this? We're on the latest version of MDM with patches, 19.2.5073.0. Unexpected error: Value cannot be null. Parameter name: source query: Contacts_table = Source{[Name="Contacts",Signature="table"]}[Data], #"Expanded CustomFields" = Table.ExpandRecordColumn(Contacts_table, "CustomFields", {"Id", "TextValues", "CheckboxValues", "IntegerValues", "FloatValues", "CategoryValues", "DateTimeValues", "ExternalEntityValues"}, {"CustomFields.Id", "CustomFields.TextValues", "CustomFields.CheckboxValues", "CustomFields.IntegerValues", "CustomFields.FloatValues", "CustomFields.CategoryValues", "CustomFields.DateTimeValues", "CustomFields.ExternalEntityValues"}), #"Expanded CustomFields.TextValues" = Table.ExpandTableColumn(#"Expanded CustomFields", "CustomFields.TextValues", {"Id", "ContactId", "Name", "Value"}, {"Id.1", "ContactId", "Name", "Value"}) in #"Expanded CustomFields.TextValues"
↧