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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
VijayAntonyM
Helper I
Helper I

Python Visual in Power BI Desktop

Hi Team,

 

I am trying to use Python Visual from MS Power BI Desktop, I am getting below error while loading Python script from Get Data-> Python Script,

VijayAntonyM_0-1712140303072.png

Same time  i am also unable to install the Python libraries such Pandas and Matplotlib,

VijayAntonyM_1-1712140459422.png

Kindly help us on this and support me to use the python visuals in power bi

 

thanks

M. Vijay Antony

1 REPLY 1
v-jiewu-msft
Community Support
Community Support

Hi @VijayAntonyM ,

Based on the error information, python script leads to the error.

please try the following methods:

1.Intall python and enable python scripting.

Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Learn

https://www.python.org/

vjiewumsft_0-1712211365403.png

2.Create the python script.

 

 

import pandas as pd
data = [['Alex',10],['Bob',12],['Clarke',13]]
df = pd.DataFrame(data,columns=['Name','Age'])
print (df)

 

 

3.Select get data and choose Python script.

vjiewumsft_1-1712211410158.png

4.On the python script screen, paste the python script.

vjiewumsft_2-1712211419527.png

You can view the following documents to learn more about how to run python scripts in power bi desktop.

Run Python scripts in Power BI Desktop - Power BI | Microsoft Learn

Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Learn

 

Best Regards,

Wisdom Wu

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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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