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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
WilsonLum
New Member

base 64 image viwer not able to display image

HI I am using Power BI Image viewer to display base64 image

Most images are of isze less then 32KB and the number of characters of the base64 data in the excel file is less than 32766 or less.

 

Is there any other restriction that I am not aware of ?

1 ACCEPTED SOLUTION

 for your reply.

 

I have discovered the error is that the latest processing of the data added the b' to the data. I used the utf-8 encode and remove this b' extra charactoers and it works.

 

Funny thing is tht I did not change my python code but latest processed data input to the excel added the b' (For byte format)

 

View solution in original post

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @WilsonLum ,

 

Can you provide more detail? Check if the form of image url is correct.

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

 for your reply.

 

I have discovered the error is that the latest processing of the data added the b' to the data. I used the utf-8 encode and remove this b' extra charactoers and it works.

 

Funny thing is tht I did not change my python code but latest processed data input to the excel added the b' (For byte format)

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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