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
rkumar
Helper III
Helper III

Source for visuals in report in - https://app.powerbi.com (pre built demo reports)

Hi All,

Can canyone let me know how can we edit the report to see what visuals have been used to develop the report. 

Need to see how the filter for product group has been used in form of buttons and images.

Want to know if this has been done using some powerbi visual or the image on button are being pulled form database.

Report Link - 

https://app.powerbi.com/view?r=eyJrIjoiMjU3YjMzNWMtNTM4YS00M2RmLTlmN2QtN2RlYWUzYjU1M2I1IiwidCI6IjU3N...

 

2 ACCEPTED SOLUTIONS
v-viig
Community Champion
Community Champion

This is actually Chiclet Slicer. Images are pulled from the external server but the data-set contains hyperlinks.

 

Please let me know if you have any further questions.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

v-viig
Community Champion
Community Champion

You need to convert images into base64 encoding using any free online service such as https://www.base64-image.de/

Once you get a base64 string then you should add it into your data-set and use the string as a image url.

 

Please let me know if you need any extra details.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

5 REPLIES 5
v-viig
Community Champion
Community Champion

This is actually Chiclet Slicer. Images are pulled from the external server but the data-set contains hyperlinks.

 

Please let me know if you have any further questions.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Hi Ignat,

Thanks for the reply. 

Need your help with "Images are pulled from the external server but the data-set contains hyperlinks."

 

As the binary data (images stored in database) is not supported in PowerBI , can you please forward some link to import image data in PowerBI.

v-viig
Community Champion
Community Champion

There're two ways to include images into Chiclet Slicer:

  1. Keep images as base64 strings into the data-set (database)
  2. Upload images to any public cloud storage service such as Microsoft OneDrive, Google Drive, Dropbox, etc. Include hyperlinks (hyperlink must point the external service) into data-set. Please take a look at this sample report to find out more.image.png

 

 

 

 

 

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Hi Ignat,

Can you please elaborate a bit more on the first methord mentioned (Keep images as base64 strings into the data-set (database)).

 

Thanks You

v-viig
Community Champion
Community Champion

You need to convert images into base64 encoding using any free online service such as https://www.base64-image.de/

Once you get a base64 string then you should add it into your data-set and use the string as a image url.

 

Please let me know if you need any extra details.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors