Forum Discussion
Blue407
2 years agoFrequent Visitor
Help splitting column in PowerBi DirectAccess
I am manipulating some data from a Log Analytics Workspace, the data is logs from Intune. One of the columns that is imported includes lots of information seperated by commars, semicolons etc. I wa...
- 2 years ago
You'll need to parse the JSON data in the column. This can be done in Power Query. Check this out https://learn.microsoft.com/en-us/power-query/parse-json-xml
I haven't done this for a while, but you should be able to add a column with the parsed json and then expand the column that you want.
MikeAinOz
2 years agoHelper V
You'll need to parse the JSON data in the column. This can be done in Power Query. Check this out https://learn.microsoft.com/en-us/power-query/parse-json-xml
I haven't done this for a while, but you should be able to add a column with the parsed json and then expand the column that you want.