Forum Discussion
Split a column with string and array of arrays
- 7 years ago
I updated my sample file adding another way of transformation. It's based on Json.Document parsing function.
There were no need for it but I think there will be no harm either.
Hi ebecerra ,
>Is this possible in power BI or .....
I've got good news for you - it's possible :)
If I got you right you wanted something like this:
I'd like to warn you of the pitfall I ran myself recently. Power Query is case sensitive, but the Model/DAX is not.
When your sample data is loaded into the Model what you'll see looks like this:
A link to the file I made for you:
I updated my sample file adding another way of transformation. It's based on Json.Document parsing function.
There were no need for it but I think there will be no harm either.
- ebecerra7 years ago
Microsoft Employee
I decided to go with Sergiy 's solution #2 using the Parsed JSON function since it gave me more flexibility to what I want to do next with the data. I did not use the GetTextFromList function since I did not actually need that list as a string.
Thank you so much!