Forum Discussion
Images not loading in Chiclet slicers
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?
18 Replies
- bfischamRegular Visitor
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?
- tplylerNew Member
I'm having the same issue as well.
- AnonymousNot applicable
Im also facing with the same issue.
- kaushalFrequent Visitor
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
- koshurHelper I
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
- dmoysidisFrequent Visitor
Same problem here. And I'm using OneDrive stored images. I can access them fine so it's not network issue.
- AnonymousNot applicable
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).