Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
In my report, I'm using Chiclet slicer with images to slice on Products.
My Product images are in Azure and their path is in an attribute in Product dimension in my cube.
Symptoms of the problem:
1. By default, on the report page, ~30-40 products show up, but images for many of the products don't show up. Only ~6 products show up with images
2. Even though all products show up in the slicer (though some are without images), the slicer shows information icon with message "Too many Values, not showing all data"
Note: Each image is ~5KB in size
Is this a known issue or is there anything specific that I can do to fix it?
In my case Power BI desktop did not show the images correctly but when I published the report it did show up. Also dont forget to change the data category of the URL column to 'Web URL' in the 'Data' tab. Click the 'Data' tab > select the column containing URLs > select Modeling > select Data Category: Web URL (Properties tab).
Chiclet slicer have the problem with the file names containing space. So if you replace the spaces between file name into %20 then it will work for you.
For example
if you have a link like
http://contoso.com/my image.jpg
then replace it to
http://contoso.com/my%20image.jpg
I would suggest replace all spaces containing in url with %20
Hope that helps
Kaushal
This is not working to me either. SO frustating. There are no spaces in my URL. I tried using imgur as source and Google Drive. nothing works.
PLEASE somebody help
Same problem here. And I'm using OneDrive stored images. I can access them fine so it's not network issue.
Do your images require authentication?
Please also note that it'd be better to use HTTPS instead of HTTP.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Chiclet slicer loads images from 'http' link correctly. But doesn't load when I use 'https' link. Could anyone advise me how to deal with this issue? Sample https link looks like this: "HTTPS://16ss.https.ewe.erefwq.net.net/....../..../scr_xxx.png"
No they don't and the URL is an HTTPS one
Can you share at least one image link?
I just want to double check that link is correct.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
This link works well for me.
Could you please open your report with ?unmin=true (https://app.powerbi.com/?unmin=true) flag and share log from browser's developers tools?
Has this been solved? I am having this issue today.
Does the image show up whenever you publish the report? Have you tried changing the data category of the URL column to 'Web URL'?
Hi there, many thanks for the response back.
Sorry I neglected to mentioned I did set to use url, and have tried publishing and image still does not load.
I did try another PBi visual, named Image Grid, and I am still experiencing the same issue. I feel it is more a user error on my end.
@eamorin96Are the images that you try to view in the slicer public avalaible on the internet?
Hello everyone,
I ran into same problem and found the fix.
The free icons are not easy to find. I used flaticon.com. Now for PBI to display the icon on chiclet slicer you need to provide the embedded html information as below. However, most icon websites do not give you this option readily on the surface unlike icons8.com.
Fix is following
A. Choose your icon from the website.
B. I use Mozilla Firefox. So once you go to the icon page do the following
From the top menu, select Tools > Web Developer > Page Source
B. look for img src. The embedded html can be found there. Copy paste the embedded html and put that as the URL on the icon dataset and PBI does the rest of the magic.
https://www.flaticon.com/free-icon/vacuum-cleaner_291367
Have fun guys !!!!
I am also unable to see Images loading into the Chiclet Slicers. Is anyone else having this issue? Is there a way to turn on the rendering?
Im also facing with the same issue.
I'm having the same issue as well.