Use Json.Document function like this
let
    ...
    your_table=imported_the_data_directly_from_the_server,
    json=Table.AddColumn(your_table, "NewColName", each Json.Document([JsonResult]))
in
    json
And then expand the record to the table using Table.ExpandRecordColumn
If you wish to master Power BI Concepts, check out Power BI course online now!.