Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
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:
But still the same error:
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:
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.
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:
But still the same error:
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:
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.
looks like that website is using a specific httpmanager script to prevent automated access. Investigate if they offer an API instead.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
17 | |
9 | |
8 | |
7 | |
7 |