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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors