Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm getting a JSON response from an m-query with below format
const json = [
{
"id":"a",
"values":{"c":1,"d":"2","e":"3"}
},
{
"id":"b",
"values":{"f":4,"g":"5","h":"6"}
}
]
I want to convert this to table like below,
| id | key | value |
| a | c | 1 |
| a | d | 2 |
| a | e | 3 |
| b | f | 4 |
| b | g | 5 |
| b | h | 6 |
Can any one redirect me to a sample m query to transofm dynamic key value json objects maps
Solved! Go to Solution.
Hi @mukuljp
After connecting your Json file, open the powerquery editor and follow these steps:
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Hi @mukuljp
After connecting your Json file, open the powerquery editor and follow these steps:
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.