Forum Discussion
Dataverse image full size
Hello,
I am trying to put a full size image from Dataverse into my report. I'm using the approach described in this post:
https://community.powerbi.com/t5/Desktop/Dataverse-Image/td-p/1964135
I've been able to load the image in my report, but it isn't loading the full size version. I verified my settings on the Dataverse column are correct, and I can load the full size in a Power App. Is there a way to modify this URL to get a full size image to come in?
2 Replies
- SunPNew Member
Yes you can get the full image by adding "&full=true" to the end of the link.
Example:
https://[DynamicsOrgUrl]/Image/download.aspx?Entity=[EntityName]&Attribute=[AttributeName]&Id=[IDValue]&Timestamp=[Timestamp]&full=true - AnonymousNot applicable
HI epaweleck,
Perhaps you can try to receive these image files and store and convert them to base64 strings, then you can use power bi to analyze these original image file strings.
Regards,
Xiaoxin Sheng