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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ohurtado
Frequent Visitor

SDMX skip test connection not possible?

Hi, trying to connect to a several sources in Eurostat through SDMX connector. Everything works perfectly in Desktop, however when going to the service, some queries start to fail. I have narrowed it down to the way the Eurostat API works, for some the test connection will fail when it is sent without parameters, for some it will come back with an error. Is there a way to "Skip test connection" for SDMX? The option is not available under the "Edit credentials button".

 

As an example, this is an SDMX URL that works fine both in Desktop and Service:

SDMX.Contents("https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/prc_hicp_midx/M.I15.CP00.EA19/?format=...", "Show codes and labels", null) -> if you take parameters out, the query still works.

 

An this is an example of a query that works in Desktop but fails in the service:

SDMX.Contents("https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/sts_inppd_m/M.PRIN.MIG_ING.NSA.I15.EA1...", "Show codes and labels", null) -> without the parameters afer the ?, the query returns an error, therefore the test connection is failing.

 

Any ideas how to force a skip test connection on the second one?

 

Best regards,

Oscar

4 REPLIES 4
fmasson
New Member

Hi Oscar,

 

Have you found a way to solve the problem ?

I'm in the same situation.
Let me know

 

Regards

Not really, but the API owner did some changes and the SDMX call without parameters is not returning errors anymore for my specific queries which indirectly resolved the problem.

Anonymous
Not applicable

Hi @ohurtado ,

 

If your data source is on-premises data source, please update gateway to the latest version. Please see announcement below:

https://powerbi.microsoft.com/en-us/blog/skip-test-connection-for-on-premises-and-cloud-data-sources...

 

However, it seems like that some cloud source are not supported currently. The workaround is not to use the root url, you can use web.content to contain your credentials like access token.

 

Or you can try changing the URL to include a parameter that allows skipping the test connection. For example, append `?skipTestConnection=true` to your URL.

 

Power BI Service does not support calls to the Web.Contents-function if it does not know what URL to call to. So you can move the URL declaration directly into the Web.Contents-call.

Please see announcement below: Use missing Skip Test Connection for Scheduled Refresh in Power BI | by Martijn Lentink | Medium

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

HI, @Anonymous  thanks for the answer but it does not seem to solve the problem. The article is very old and not specifically related to the SDMX issue. Other web connectors have an option to "skip test connection" but not the SDMX one... 

ohurtado_0-1719560005100.png

appending something to the URL is not the solution in my view as the test connection skipping issue is on powerbi service and not on the receiving API...
Any other ideas?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors