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,
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!