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
Anonymous
Not applicable

Python Script in Power Query

Hello everyone,

I want to use Python in power query to transform data before create dashboard in Power BI. But I get "Access is denied" error. I installed Python and Pandas and check them in local, they work. I did all settings in Power BI. But i didn't run any python code in power query. I also checked this documentatine--> Use Python in Power BI Power Query Editor - Power BI | Microsoft Learn, but I still get same error.

Could you give me some advice to deal this issue?

Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Here are the few suggestions for troubleshooting the problem -

1. Ensure that Python is installed correctly and the installation path is added to the system's PATH environment variable. You can verify this by opening a command prompt or terminal and typing python --version to see if Python is recognized.

2. Additionally you would need to install few modules to run a python Script in Power BI Deskopt which I have been using i.e. pandas, pyarrow, matplotlib.

3. Check the permissions of the folders where Power BI and Python are installed, as well as any folders where data sources are located or where Power BI saves temporary files. Ensure that you have the necessary permissions to access and modify these folders.

4. Double-check the Python environment configuration in Power BI to ensure that the correct Python executable path is specified. Go to "File" > "Options and settings" > "Options" > "Python scripting" in Power BI Desktop to verify the Python environment settings.

 

If you like my Solution consider giving a upvote..

 

Thank you!

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Here are the few suggestions for troubleshooting the problem -

1. Ensure that Python is installed correctly and the installation path is added to the system's PATH environment variable. You can verify this by opening a command prompt or terminal and typing python --version to see if Python is recognized.

2. Additionally you would need to install few modules to run a python Script in Power BI Deskopt which I have been using i.e. pandas, pyarrow, matplotlib.

3. Check the permissions of the folders where Power BI and Python are installed, as well as any folders where data sources are located or where Power BI saves temporary files. Ensure that you have the necessary permissions to access and modify these folders.

4. Double-check the Python environment configuration in Power BI to ensure that the correct Python executable path is specified. Go to "File" > "Options and settings" > "Options" > "Python scripting" in Power BI Desktop to verify the Python environment settings.

 

If you like my Solution consider giving a upvote..

 

Thank you!

 

Anonymous
Not applicable

 

Hi ShrutikGumate,

Thank you for your reply and advice. As you mentioned, I realized that I don't have some permisions of some folders  where Power BI and Python are installed. Thank you for your time.

 
 

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.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

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