Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

Anybody else having issues when referencing an image field in dataverse when adding .Full to it?

(0) ShareShare
ReportReport
Posted on by
Hello.

I have a table in Dataverse with an image field. And when I reference it in the app in an image control I do "<field name>.Full". And this all used to work fine. Image would show up in full resolution. But in the last few days these images just stopped working. I confirmed they are still there. The "can store full images" setting is on. And it was all working fine up until a few days ago. 

Now the issue is the image refuses to load when I use ".Full". When I remove ".Full" it shows a much lower resolution version of the image and it's not really useful for what we need for the app.

Has anybody come across this issue before? Is this a known PowerApps bug? It seems to be based on the Environment since the same app works and shows the images fine in another Environment.

Thank you
  • Suggested answer
    Mark Nanneman Profile Picture
    989 Super User 2025 Season 1 on at
    Anybody else having issues when referencing an image field in dataverse when adding .Full to it?
    I don't know if I ever used the .Full property to display an image.  If you reference it in a text or label field, it shows an appres url.



    In any case, there's a pretty easy way to get a full-res dataverse image to display in your Canvas App.  You can use the link format below.  It's the same link that you'd find if you did inspect element on a model driven app that showed the image column.

    Make sure to include the "Full=true" parameter to show the image at full resolution.
    https://<Your_Dynamics_Url>.crm.dynamics.com/Image/download.aspx?Entity=<Your_Table_Logical_Name>&Attribute=<Your_Image_Column_Logical_Name>&Id=<Your_Record_GUID>&Full=true




    Here's a blog post I wrote on doing this:
    https://marknanneman.wordpress.com/2024/11/15/display-a-full-quality-uncropped-dataverse-image-column-in-powerapps/



    If this helped you, please click "Does this answer your question" and give it a like to help others in the community (+ 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