Forum Discussion
MissMintox
Helper I
8 years agoHandling empty rows/cells in JSON - Power BI Quering
Searched everywhere but couldn't find something similar to this. I got a table as below (a glimpse of it): customDimensions is the column that pulls the data in JSON format. However, there are s...
ImkeF
Community Champion
8 years agoYou can use the error-handler and "wrap" the parsing of the JSON into:
try <ParseJson> otherwise []
This returns an empty record for the empty fields.