Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
mmattar
Frequent Visitor

Base64 to Binary

Hello all,

 

I am trying to reformat a base64 img to binary, this base64 string is being produced from a powerapp camera action. In order to display these base64 images in powerbi seems like i need them to be in binary then convert them back to base64 in powerbi for them to show, at least this is what i am seeing online. If anyone has a better method or how to do this i would appreicate the help 

 

Thanks ! 

1 ACCEPTED SOLUTION

HI @mmattar 

 

Yes. Please see the blog post where I have explained that step in the camera control part. Also, note that you might have to modify your formula and use the new JSON fucntion to include the binary data from that url and send it flow to create the file (image in this case). 

 

Hope this Helps!

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Hi @mmattar 

 

Please see the blog post below where I have used the JSON function to pass the image from PowerApps to Flow:

https://www.appliedis.com/newly-released-json-function-for-powerapps/

 

For the image content conversion, you need to use the dataUritoBinary() funtion. 

 

Hope this Helps!

 

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

Thanks for the reply, is thier anyway to reformat "appres://blobmanager/60c781170ad8475fbe2dfd7834923751/1" to a viewable image format ? 

HI @mmattar 

 

Yes. Please see the blog post where I have explained that step in the camera control part. Also, note that you might have to modify your formula and use the new JSON fucntion to include the binary data from that url and send it flow to create the file (image in this case). 

 

Hope this Helps!

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors