Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Suggested answer

Other ways to retrieve image from Dataverse unpixellated

(0) ShareShare
ReportReport
Posted on by 1
I have a Dataverse table with an image data type column. When I uploaded the image in my power apps, it is not pixelated, but when I get the image from Dataverse to display into my power apps form, it turns pixelated.

Sample form image from my power apps. 

My properties for the image control. 

My Dataverse image column User's image

If you guys know any other ways to display the image from Dataverse into power apps form unpixellated, it is greatly appreciated.

  • Thank you!
  • Suggested answer
    Mark Nanneman Profile Picture
    989 Super User 2025 Season 1 on at
    Other ways to retrieve image from Dataverse unpixellated
    Yes, there are other ways!  

    Formatting a link like the following will return an image from Dataverse.

    https://{YOUR_DYNAMICS_URL}.dynamics.com/Image/download.aspx?Entity={YOUR_TABLE_LOGICAL_NAME}&Attribute={YOUR_IMAGE_FIELD_LOGICAL_NAME}&Id={ROW_GUID}

    This the link that Model Driven Apps use to display images on forms, you can see it by using the "Inspect" function in your browswer and clicking on the image on a selected form.

    If you add the parameter "&Full=true" to the url parameters, it will return the full quality image.

    Example: 


    The image using the standard image property reference is low quality:


    Full quality image using the url with "&Full=true"
    $"https://{vMyBaseUrl}.crm.dynamics.com/Image/download.aspx?Entity=mln_city&Attribute=mln_primaryimage&Id={vCityId}&Full=true"



    If this helped you, please click "Does this answer your question" and give it a like to help others in the community and close the ticket
    Power Platform Developer | LinkedIn: Mark Nanneman | Blog: Power Stuff  | Youtube: Mark's Power Stuff  | 

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1