Forum Discussion
Displaying images from sharepoint online list or folder
Hi MikeHawryluk,
The image test in my environment come from Internet:
https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Grosser_Panda.JPG/1200px-Grosser_Panda.JPG
https://i.pinimg.com/736x/5d/08/a4/5d08a4106d10d9960319514f8b9c85da--pandas-cute-cute-bear.jpg
You can try the same images in your scenario to see if the issue happens.
I don't think the issue related to the permission to view image in SharePoint, as dataset owner already enter credential for the SharePoint list data source in Power BI service, any one view the report use the same credential to access the SharePoint list.
Best Regards,
QiuyunYu
Hi v-qiuyu-msft
There is no issue displaying images from public sources such as the web. I am able to display the images you used on both apps with no issue.
The issue is displaying images that are stored on SharePoint online and the issue only occurs in the apps. The PowerBI users have access to both the PowerBI workspace and the SharePoint site we are using.
Mike
- v-qiuyu-msft9 years ago
Community Support
Hi MikeHawryluk,
I can reproduce this issue on my side. I have reported it internally, will let you know if get any information.
Best Regards,
QiuyunYu- MikeHawryluk9 years ago
Helper I
Thanks very much for your help v-qiuyu-msft
- v-qiuyu-msft9 years ago
Community Support
Hi MikeHawryluk,
Please see below response from PG team:
The mobile apps do not work like the web application which uses cookies for authentication and that’s the main reason.
Possible workarounds:
- Transform the images to base64 string and place it in the model - see attached, you can share with customer, there are instructions in it.
- Use PowerBI DAX UNICHAR function – there is an external blog post with nice explanation here: https://blog.crossjoin.co.uk/2017/04/11/the-dax-unichar-function-and-how-to-use-it-in-measures-for-data-visualisation/
- It depends on clients’ need but PowerBI Conditional formatting - https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-conditional-table-formatting/ might solve requirements
- Place images in a public resource that doesn’t require authentication
Best Regards,
QiuyunYu