Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 @yernarsmagulov ,
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 @yernarsmagulov ,
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.
@yernarsmagulov , better to get that loaded to onedrive and use that from there
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
146 | |
72 | |
63 | |
52 | |
51 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |