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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Yggdrasill
Responsive Resident
Responsive Resident

JSON web services from Eurostat

Eurostat provides you with a method to connect to their public data via JSON-STAT

 

Here is the "How-To" from Eurostat

 

Now I've created my URL and what I did was basically the same way as always.

 

Get Data - From Web - Paste the URL and OK

 

The result I get is thiseurostatResult.PNG

 

 

 

 

 

All the values are stored in the value Records and the dimensions are stored in another Record. I need to create a table where the values are aligned with the dimensions (Time and Location)

 

This is the desired outputeurostatResultOutput.PNG

 

 

 

 

After going back and forth in trying to get a table from this URL, I simply can't. 

 

I suspect that I need to tweak something in Advanced Editor but my lack of M-formula knowledge is not helping.

 

Any ideas or help is greatly appreciated !

 

 

 

 

1 REPLY 1
Phoenixke
Frequent Visitor

I'd use the 'unicode' version of the query in this case (http://ec.europa.eu/eurostat/wdds/rest/data/v2.1/unicode...)

 

The JSON query basically needs serializing and cumbersome.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors