Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
yernarsmagulov
Frequent Visitor

Power BI connect to image

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

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

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()

 

vchenwuzmsft_0-1655976093424.png

 

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.

 

 

View solution in original post

3 REPLIES 3
v-chenwuz-msft
Community Support
Community Support

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()

 

vchenwuzmsft_0-1655976093424.png

 

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
Super User
Super User

@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. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.