Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hey!
I want to expand three values from a field in a JSON column of a table and add these three values as new columns into the table. The javascript is constructed in the same way all the time. So as an example:
The javascript looks like this:
{
"type": "XXX",
"currenttype": 0,
"typecontent": [
{
"angleSide": "none",
"direction": "none",
"size": {
"x": XXX,
"y": XXX,
"z": XXX
},
"sizeTop": {
"x": XXX,
"y": XXX,
"z": XXX
},
"sizeOuter": {
"x": XXX,
"y": XXX,
"z": XXX
},
"materials": {
"front": "XXX",
"back": "XXX",
"top": "XXX"
},
"typearticlenumber": "XXX",
"articlenumber": "XXX",
"elements": [
etc. ... The three values that are of importance are: "front", "back", "top". So ideally the table should look like this:
Thanks for the help!
Solved! Go to Solution.
After import the json file, you can click list-> Record-> Record(Material)s, then click "Into Table", click column "Name" column, then click Transform-> Pivot Columns.
The result will be like below;
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
After import the json file, you can click list-> Record-> Record(Material)s, then click "Into Table", click column "Name" column, then click Transform-> Pivot Columns.
The result will be like below;
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 67 | |
| 50 |