Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all,
so. I have a table withe two colums, first column is a id , an the next a text.
I want to create a new table or list from there.
| id1 | text |
| 1 | [{"id":"de822d32-dcac-4fef-8886-023d2767a597","type":"scoring","value":"65","decimalValue":"65"},{"id":"60df1ef8-1cb6-4712-91d8-137dfb768bd1","type":"csat","value":"2","decimalValue":"2"},{"id":"2fa566f3-9713-4c1d-91a7-f33975980232","type":"scoring","value":"62.5","decimalValue":"62.5"},{"id":"8545ba70-4d95-4420-b70c-fc1fec1bdf15","type":"sentiment","value":"negative","decimalValue":"0.100000001490116"}] |
| 2 |
i want create from the "text" column a table or a list.
For exampel:
| Id1 | test1 | test2 |
| 1 | id | de822d32-dcac-4fef-8886-023d2767a597 |
| 1 | type | scoring |
| 1 | value | 65 |
| 1 | decimalValue | 65 |
| id | 2fa566f3-9713-4c1d-91a7-f33975980232 |
etc.
The next problem is, in the text column (first table) have diffrent length.
Thank for your help.
RG
Solved! Go to Solution.
at least 2 steps to perform in Power Query.
1. Split the column (by comma (at each occurrence) -> 'To Rows)
2. Split the resulting column (by colon)
--
There will be some other tidying up required but that is most of it.
at least 2 steps to perform in Power Query.
1. Split the column (by comma (at each occurrence) -> 'To Rows)
2. Split the resulting column (by colon)
--
There will be some other tidying up required but that is most of it.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 31 | |
| 26 | |
| 26 |