Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. 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.
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |