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 Apps
Unanswered

Person field

(0) ShareShare
ReportReport
Posted on by 99

Hello,

 

How to check if the user has a profile picture or not without using a connector office user. I tried with isBlank(Image11.Image) or Image11.Image=SampleImage, but is not working 

 

Mihaela08zl_0-1710761988698.png

 

Best regards,

Mihaela

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @Mihaela08zl 

     

    maybe you can try this:

    If(
    Len(User().Image) = 0,
    "<URL_of_default_image>",
    User().Image
    )
    

     

     

    In this formula, replace "<URL_of_default_image>" with the actual URL or path of the default image you want to show when there is no user profile image. This code checks if the length of the string returned by User().Image is 0, which would imply that there is no image. If that's the case, it uses the default image URL; otherwise, it uses the user’s image.

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard