Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.
Solved! Go to Solution.
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/
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/
Thanks.
So, started fresh.
From here I have two nested properties that I need to flatten into a table, the attributes and geometry
End goal table:
| CITY_NAME | POP | POP_RANK | POP_CLASS | X | Y |
| London | 70000 | 3 | 700 - 900 | 12345.1 | 12345.2 |
| .. | .. | .. | .. | .. | .. |
What would be the next steps to attempt to flatten out the JSON to get the above desired table?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 23 | |
| 14 |
| User | Count |
|---|---|
| 46 | |
| 33 | |
| 20 | |
| 18 | |
| 16 |