The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |