テーブル ({ key = "x", attribute = "a", value = 1 ], key = "x", attribute = "c", value = 3 ], key = "x", attribute = "c", value ...

テーブル ({ [ key = "x", attribute = "a", value = 1 ], [ key = "x", attribute = "c", value = 3 ], [ key = "x", attribute = "c", value = 5 ], [ key = "y", attribute = "a", value = 2 ], [ key = "y", attribute = "b", value = 4 ] }) の属性列の値 "a"、"b"、および "c" を受け取り、それぞれの列にピボットします。キー "x" の属性 "c" には複数の値が関連付けられるため、List.Max 関数を使用して競合を解決してください。