Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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,
I have a Json file that I have unpacked which has given me a table containing some flat values and some colums containing multiple values held as a Json list.
I would like to extract the column containing the multiple values into a new table but also take the Id colum of the table to act as a key back to the original table.
The table looks a little like this:
Table A
| Id | Countries |
| 1 | List |
| 2 | List |
And what I'd like to achieve is this:
Table B
| Table A.Id | Country |
| 1 | USA |
| 1 | France |
| 2 | Great Britain |
| 2 | Germany |
| 2 | Italy |
Any help would be greatly appreciated!
Hi @Anonymous ,
On the top of the query editor you should have a convert to table button, click next on the list values you should have to arrows if you click that you will get the expand values and the necessary result.
Follow the image below:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 49 | |
| 44 | |
| 41 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 66 | |
| 33 | |
| 32 | |
| 32 |