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
Hi all
I am trying to run a simple Python Script (tested in python environment) in PBI desktop Get Data:
import pandas as pd
import matplotlib as plt
df = pd.DataFrame({'Name':['Joe','Susan'],'Age':[24,25]})
print(df)
But get the following error:
Unable to connect
Details: "ADO.NET: A problem occurred while processing your Python script.
Here are the technical details: Access is denied"
I installed python in WindowApp folder which is restriced except for company admin. Wondering whether this is the issue? Anyone faced similar error and have a workaround? Aprpeciate it, thanks
Solved! Go to Solution.
Update: I have uninstalled and reinstalled Python in a new folder (which does not have restricted access) and also enable saving installation path in environment. Now it works!
hi @Gengar
Thanks for replying. I would need to reinstall which is quite a pain since I have downloaded loads of libraries. Will update here after doing so.
Hi @norazmanz ,
I installed python in WindowApp folder which is restriced except for company adminAccording to my knowledge, It has a high probability of causing this problem.
Please try testing with an account that has access to this folder or move it to a folder that you have access to.
Hope this could help you!
Gengar
Update: I have uninstalled and reinstalled Python in a new folder (which does not have restricted access) and also enable saving installation path in environment. Now it works!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |