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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I run python visual on power bi desktop, it works.
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
img = 'https://storage.googleapis.com/xxxxxxx/xxxxxx.svg.png'
img = mpimg.imread(img)
imgplot = plt.imshow(img)
plt.axis('off')
plt.tight_layout()
plt.show()
But running on power bi service, I get this error.
Solved! Go to Solution.
Hi, @nontawat
Could you please tell me whether your problem has been solved?
If the problem is still not resolved, it is recommended to open a support ticket to let engineers look into the issue on your side.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @nontawat
Could you please tell me whether your problem has been solved?
If the problem is still not resolved, it is recommended to open a support ticket to let engineers look into the issue on your side.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @nontawat
Please check this similar thread.
Error-when-running-Python-Visualisation-Script-in-Power-BI
Best Regards,
Community Support Team _ Eason
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 25 | |
| 23 |