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! It's time to submit your entry. Live now!
Good afternoon, tell me I have a picture (a screenshot of the screen that is loaded every day into the same folder with the same name). How to create a connection so that Power Bi constantly uploads this picture. that is, to make an online link link between the picture
Solved! Go to Solution.
Hi @Anonymous ,
There two method to do that:
1 load image into power bi as Base64. Refer this video.
Import images in Power BI from local sources - YouTube
2 Use python visual to do this.
Python code:
import matplotlib.pyplot as plt
import matplotlib.image as img
image = img.imread('c:\\users\\xxx\\downloads\\IMG_20180323_083209.jpg')
plt.imshow(image)
plt.show()
Or upload the image to onedrive as @amitchandak said.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
There two method to do that:
1 load image into power bi as Base64. Refer this video.
Import images in Power BI from local sources - YouTube
2 Use python visual to do this.
Python code:
import matplotlib.pyplot as plt
import matplotlib.image as img
image = img.imread('c:\\users\\xxx\\downloads\\IMG_20180323_083209.jpg')
plt.imshow(image)
plt.show()
Or upload the image to onedrive as @amitchandak said.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Amitchandak, thank you for reply. But it is not ansver for my quation. I have dinamic picture in folder the picture everyday change but name constanta. and we must live connect with picture. when everyday after refresh power bi report picture refresh too.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 39 | |
| 23 | |
| 21 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |