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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

Top Solution Authors