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 / Can you set a "default...
Power Apps
Answered

Can you set a "default image" if the selected item doesn't have a photo?

(0) ShareShare
ReportReport
Posted on by 459

I have a dropdown that references an employee list in SharePoint. When the item / person is selected, there's an image element that brings up the image found in the Picture column. Not all employees have photos though.  

 

Is there some way to display a default image, like the one below, if the Picture Column for the selected item in the SharePoint list is empty? 

 

usericon.png

Categories:
I have the same question (0)
  • Verified answer
    Fardy_MADI_2 Profile Picture
    332 Super User 2024 Season 1 on at

    Hi @anthonys123

    Add your default image in your apps. Then try this formula in the default property :

     

    If(IsBlank(YourPictureColonm), YourDefaultImage, YourPictureColonm)

     

  • Verified answer
    anthonys123 Profile Picture
    459 on at

    Got it! Took a little finessing, but this works. Thank you!!

     

    If(IsBlank(PersonPicker.Selected.Picture),(blankuser.image),PersonPicker.Selected.Picture)
  • timl Profile Picture
    36,682 Super User 2026 Season 1 on at

    Hi @anthonys123 

    An alternative/shorter approach is to call the Coalesce function:
    https://learn.microsoft.com/en-gb/power-platform/power-fx/reference/function-isblank-isempty

     

    Coalesce(
     PersonPicker.Selected.Picture,
     blankuser.image
    )
    

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard