Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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,
Same time i am also unable to install the Python libraries such Pandas and Matplotlib,
Kindly help us on this and support me to use the python visuals in power bi
thanks
M. Vijay Antony
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
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.
4.On the python script screen, paste the python script.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
195 | |
80 | |
70 | |
51 | |
42 |