Set(
myJSON,
Distinct(
Ungroup(
MatchAll(
JSON(
DatascoureName,
JSONFormat.IgnoreBinaryData
),
"([^""]+?)""\s*:"
).SubMatches,
"SubMatches"
),
Value
)
)