Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
simonGIS
Helper I
Helper I

Parse JSON from Web

I can hit this endpoint to request some JSON of World Cities, no authentication required.

 

I can use the 'Get Data - Web' from PowerBI Desktop, and I have tried a few variations, but it would appear that it is expecting a CSV, which I do not have available to me.

 

What would be the right way to get the Cities from the features in the JSON into corresponding rows in a table?

I would want the ability to refresh the data from the endpoint, so hitting the URL is important.

 

1.png

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @simonGIS ,

 

You could use "Json.Document" to replace "Csv.Document" and remove other extra codes in the "Source".

Here is the document for your reference.
https://community.powerbi.com/t5/Desktop/rest-api-json-issue-column-issue/td-p/556282

Or you could import it with ODBC.

https://zappysys.com/blog/howto-import-json-rest-api-power-bi/

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @simonGIS ,

 

You could use "Json.Document" to replace "Csv.Document" and remove other extra codes in the "Source".

Here is the document for your reference.
https://community.powerbi.com/t5/Desktop/rest-api-json-issue-column-issue/td-p/556282

Or you could import it with ODBC.

https://zappysys.com/blog/howto-import-json-rest-api-power-bi/

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Thanks.

 

So, started fresh. 

  • Power Query Editor, new query
  • Added JSON from URL
  • Applied Steps, Changed Type, Open Advanced Editor
  • Removed the Csv.Document( and 2nd param
  • Changed to JSON type
  • Drilled down into features
  • Tried converting this to table 

From here I have two nested properties that I need to flatten into a table, the attributes and geometry

 

End goal table:

CITY_NAMEPOPPOP_RANKPOP_CLASSXY
London700003700 - 90012345.112345.2
............

 

What would be the next steps to attempt to flatten out the JSON to get the above desired table?

 

11.png

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.