Expands a column of records into columns with each of the values. Expand column [a] in the table ({[a = [aa = 1, bb = 2, cc = 3], b = 2]}) into 3 columns "aa", "bb ...
#"Expanded Column1.identity" = Table.ExpandRecordColumn(#"Expanded Column1.threatStatistics", "Column1.identity", {"guid", "customerUserId", "emails", "name ...