Forum Discussion
Anonymous
6 years agoNot applicable
How to display Base 64 PNG images from a database
Hello, I have created a Power App which has a signature field. I want to be able to bring the signature image into the Report Builder. The image is in Base64 format stored on Sharepoint. I ha...
- 6 years ago
I have double check with my data. Actually you don't need to convert it. What I realized is this portion "data:image/png;base64," or similar definition is not exist in my data. May be removing this part from data will solve your problem.
=Replace(First(Fields!Delivery_Signature.Value, "DataSet"),"data:image/png;base64,","")
Anonymous
6 years agoNot applicable
I removed the prefix 'data:image/png;base64,' from the Power BI Datasource and it is working.
I presume the option choose 'MIME type' reomves the need for the prefix in the binary image where Power BI will automatically select the image type.
Thanks for the help.
GS30
1 year agoFrequent Visitor
can you please explain how did you fix the this issue as I am struggling to fix it.
thanks