I simply want to expand every list to reflect a regular table of columns and rows. Using the expand function, the result is the second image, which exceeds a million rows when all columns are expanded.
There must be a simple solution. Should my JSON file be reformatted? The way it is formatted now makes the most sense, and logically it should look like how it does in Power Query (first image), but shouldn't it be equally as simple to expand it into a regular table? By regular I mean no nulls, every row has a value for every column, like in the JSON.
Please help?
Thanks