Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
Can anyone help me to solve this problem when am using python scripting.
Solved! Go to Solution.
Hi, Arul.
This error means that Python is not correctly identifying the matplotlib library, which most likely means that you haven't yet installed it. Make sure you have Python installed already and open the command prompt. You can type "pip -m install matplotlib" and hit enter to download this library. Afterwards, your script should work as intended. You may need to install pandas using this same method as well.
Hope this helps!
Hi, Arul.
This error means that Python is not correctly identifying the matplotlib library, which most likely means that you haven't yet installed it. Make sure you have Python installed already and open the command prompt. You can type "pip -m install matplotlib" and hit enter to download this library. Afterwards, your script should work as intended. You may need to install pandas using this same method as well.
Hope this helps!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 86 | |
| 85 | |
| 68 | |
| 64 |