How to parse a json column in Power BI

0 votes
I want to parse a .json column through Power BI. I have imported the data directly from the server and have a .json column in the data along with other columns. Is there a way to parse this json column?
Dec 21, 2020 in Power BI by Roshni
• 10,480 points
3,101 views

1 answer to this question.

0 votes

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!.

answered Dec 21, 2020 by Gitika
• 65,770 points

Related Questions In Power BI

0 votes
0 answers

How would you parse a JSON column into a usable format in Power BI?

How would you parse a JSON column ...READ MORE

Dec 17, 2024 in Power BI by Evanjalin
• 24,110 points
110 views
0 votes
2 answers

How would you parse a JSON column into a usable format in Power BI?

To parse a JSON column in Power ...READ MORE

answered 4 days ago in Power BI by anonymous
• 22,330 points
134 views
0 votes
1 answer

How to rename a column using DAX in Power BI?

Hi Ramya, I found these two function that ...READ MORE

answered Aug 22, 2019 in Power BI by anonymous
• 33,050 points

edited Dec 31, 2021 by Soumya 38,720 views
0 votes
1 answer
+1 vote
1 answer

display the count of rows matching some criteria

Do you want to show a table ...READ MORE

answered Aug 5, 2019 in Power BI by anonymous
• 33,050 points
1,517 views
0 votes
1 answer

How to demote Headers in Power BI query editor?

Hi, There are the steps which you can ...READ MORE

answered Feb 3, 2020 in Power BI by Jitesh
19,481 views
0 votes
1 answer

How to Split Columns in Power BI?

Splitting columns in Power BI using the ...READ MORE

answered Jan 6, 2024 in Power BI by anonymous
• 1,420 points
1,128 views
0 votes
1 answer

How to trim space from Power BI?

Hey, Make sure your column type is set ...READ MORE

answered Feb 6, 2020 in Power BI by Gitika
• 65,770 points
12,524 views
0 votes
4 answers

How to add an extra column to the existing table in power bi query editor?

R|ight click on the table you want ...READ MORE

answered Nov 18, 2022 in Power BI by Madelein Tolmay
79,692 views
0 votes
1 answer

How to create a new dashboard by pinning visualizations from a report in Power BI?

Hey, I can show some steps wise steps ...READ MORE

answered Feb 6, 2020 in Power BI by Gitika
• 65,770 points
1,193 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP