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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
andreadak
Regular Visitor

Web.Contents error : Access to the resource is forbidden

I'm trying to connect to a public open data web site for the PA governmental datasets.

One web page is https://www.italiadomani.gov.it/content/sogei-ng/it/it/catalogo-open-data/gare-del-pnrr.html

The page is accessible via browser without any permission requirement (anonymous access)  and from the page some files can be freely downloaded, for instance the Json file at link

https://www.italiadomani.gov.it/content/dam/sogei-ng/open_data_2024/PNRR_Gare-Dati_Validati_v3.json

 

However when I try to connect to the file with PQ module of PowerBI, I get the following error:

"Expression.Error: Access to the resource is forbidden"

This happens for all files that I tried to download from this site.

Can anyone help me understand how to solve the issue?

Many thanks

 

 

andreadak_0-1725624868660.png

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @andreadak ,

I've done some testing and found that there may be a setting on the site itself that prevents you from connecting to the site directly via the Web connection method or an M code such as Web.Contents to access the content therein.
I'm trying to connect directly to the Home page of the site using the Web Connector directly:

vjunyantmsft_0-1725850435601.png

But still the same error:

vjunyantmsft_1-1725850468399.png

If you can't even connect to the Home page, chances are that the site has disabled certain connectivity features.
If you need Power Query to connect to some of these files, you may need to download the file from the site first, and then use File.Contents to connect to the file you downloaded locally:

vjunyantmsft_2-1725850642979.png

vjunyantmsft_3-1725850663763.png


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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @andreadak ,

I've done some testing and found that there may be a setting on the site itself that prevents you from connecting to the site directly via the Web connection method or an M code such as Web.Contents to access the content therein.
I'm trying to connect directly to the Home page of the site using the Web Connector directly:

vjunyantmsft_0-1725850435601.png

But still the same error:

vjunyantmsft_1-1725850468399.png

If you can't even connect to the Home page, chances are that the site has disabled certain connectivity features.
If you need Power Query to connect to some of these files, you may need to download the file from the site first, and then use File.Contents to connect to the file you downloaded locally:

vjunyantmsft_2-1725850642979.png

vjunyantmsft_3-1725850663763.png


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

lbendlin
Super User
Super User

looks like that website is using a specific httpmanager script to prevent automated access.  Investigate if they offer an API instead.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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