Forum Discussion
poweringthru
3 years agoHelper I
Create new table based on JSON column using DAX
I have the following table (result column is calculated so I can't do it in Power Query): result totalElements {"document":"110","totalElements":"3","list":[{"id":"1","items":"35"},{"id":"...
ppm1
3 years agoSolution Sage
Just curious. What does the data look like before? How did you generate the JSON column? It may be easier to start from the original column(s).
Pat
- poweringthru3 years agoHelper I
result comes from a table where it can have multiple different structures, in this calculated table it has been filtered down to only being this string structure.
Maybe I can create the table in Power Query and parse it there?
- ppm13 years agoSolution Sage
Doing it in Power Query would be much easier. You could use Json.Document to parse it.
Pat