web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Best ways to deal with...
Power Apps
Unanswered

Best ways to deal with images in PowerApps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Mates, How to load images in to gallery, i can load text and numbers but can not load images, thow images are avalible in datasource(in excel)

DataSource Columns : Title|FirstName|LastName|Image etc fields in excel.

 

i can load all, except image field, mean photo is not displaying in gallery image property even i tried setting with field name like (Thisitem.image).

 

if i click on Add an images file its displaying same image to all the rows, this is not correct.

1.PNG2.PNG

Can you help me how to deal images in powerapps.

Users will upload in to datasource(SQL orMySQL)in future so we have to refer that images in to galley. 

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    Once the images are in  a Table, each row will pick a row or item in the Gallery which will work fine.

     

    Since these ones are not in a table ,you can create a collection OnStart of the App:

    ClearCollect( ImageTable, { ImageColumn: "ImageName1", OtherColumn:Co1}, { ImageColumn: "ImageName2", OtherColumn:Co2} )

     

    Then do a lookup on the image in the Gallery:

    LookUp(ImageTable, OtherColumn=ThisItem.ColummID,ImageColumn)

     

    Where ColummID represent the column name in the Table on the Items of the Gallery.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @eka24 

    you mean if images are in SQL table then we can refer the table to gallery to display images like other fields ..?

  • eka24 Profile Picture
    20,925 on at

    Yes

    Watch this from Paul
    https://youtu.be/QnDD7jleHME?t=520

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @eka24 

    Correct me if i am wrong....

     

    Create Table just for store images only.

    Create Table2 and a column(imageurl) to refer images url from Table.

    once updated Table2 imageurl column then can refer in to powerapps gallery.

    for image control Thisitem.imageurl 

    is this fine ..?

    or is there any thing (major activity) i missed here ..?

     

  • eka24 Profile Picture
    20,925 on at

    You can create a Table solely for Images (You can go for Azure Blob storage if you want), then refer Lookup another table based on common unique field.

    Or

    A table that has records including the Image Column.

    I will go for the Second option "A table that has records including the Image Column" if am not using Blob Storage.

     

    Both of them will works. Your example you gave of Thisitem.imageurl is correct.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard